We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8b03469 + d5dac22 commit bd644baCopy full SHA for bd644ba
1 file changed
package.json
@@ -69,9 +69,14 @@
69
},
70
"main": "./dist/extension",
71
"activationEvents": [
72
- "onAuthenticationRequest:intersystems-servermanager-credentials"
73
],
74
"contributes": {
+ "authentication": [
75
+ {
76
+ "id": "intersystems-servermanager-credentials",
77
+ "label": "InterSystems Server Credentials"
78
+ }
79
+ ],
80
"viewsContainers": {
81
"activitybar": [
82
{
0 commit comments