feat: open secret links from editor
This commit is contained in:
@@ -21,6 +21,20 @@
|
||||
"entry": "frontend/src/index.js"
|
||||
},
|
||||
"contributes": {
|
||||
"openProviders": [
|
||||
{
|
||||
"id": "verstak.secrets.secret",
|
||||
"title": "Secrets",
|
||||
"priority": 100,
|
||||
"component": "SecretsView",
|
||||
"supports": [
|
||||
{
|
||||
"kind": "secret",
|
||||
"modes": ["view"]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"settingsPanels": [
|
||||
{
|
||||
"id": "verstak.secrets.settings",
|
||||
|
||||
Reference in New Issue
Block a user