Skip to content
This repository was archived by the owner on Nov 27, 2023. It is now read-only.

Commit 638bb75

Browse files
committed
fix: eager activation of extension commands
Eager activation of extension to get around multiple cases where commands should be available but the extension was not activated Closes #136
1 parent 2400230 commit 638bb75

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,7 @@
2222
"pull request"
2323
],
2424
"activationEvents": [
25-
"workspaceContains:.git",
26-
"onCommand:vscode-github.setGitHubToken",
27-
"onCommand:vscode-github.setGitHubEnterpriseToken"
25+
"*"
2826
],
2927
"main": "./out/src/extension",
3028
"contributes": {

0 commit comments

Comments
 (0)