Skip to content

Commit bd644ba

Browse files
Merge pull request #246 from gjsjohnmurray/contributes-authentication
Declare `authentication` contribution
2 parents 8b03469 + d5dac22 commit bd644ba

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,14 @@
6969
},
7070
"main": "./dist/extension",
7171
"activationEvents": [
72-
"onAuthenticationRequest:intersystems-servermanager-credentials"
7372
],
7473
"contributes": {
74+
"authentication": [
75+
{
76+
"id": "intersystems-servermanager-credentials",
77+
"label": "InterSystems Server Credentials"
78+
}
79+
],
7580
"viewsContainers": {
7681
"activitybar": [
7782
{

0 commit comments

Comments
 (0)