Skip to content

Commit

Permalink
Merge pull request #246 from gjsjohnmurray/contributes-authentication
Browse files Browse the repository at this point in the history
Declare `authentication` contribution
  • Loading branch information
gjsjohnmurray authored Nov 14, 2024
2 parents 8b03469 + d5dac22 commit bd644ba
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,14 @@
},
"main": "./dist/extension",
"activationEvents": [
"onAuthenticationRequest:intersystems-servermanager-credentials"
],
"contributes": {
"authentication": [
{
"id": "intersystems-servermanager-credentials",
"label": "InterSystems Server Credentials"
}
],
"viewsContainers": {
"activitybar": [
{
Expand Down

0 comments on commit bd644ba

Please sign in to comment.