Skip to content

Commit

Permalink
Declare authentication contribution
Browse files Browse the repository at this point in the history
  • Loading branch information
gjsjohnmurray committed Nov 14, 2024
1 parent 1b96b35 commit d89fd8f
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions packages/extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,15 @@
}
],
"activationEvents": [
"*",
"onLanguage:sql",
"onCommand:sqltools.selectConnection",
"onAuthenticationRequest:sqltools-driver-credentials"
"*"
],
"contributes": {
"authentication": [
{
"id": "sqltools-driver-credentials",
"label": "SQLTools Driver Credentials"
}
],
"colors": [
{
"id": "sqltools.currentQueryBg",
Expand Down

0 comments on commit d89fd8f

Please sign in to comment.