mirror of
https://github.com/microsoft/vscode-extension-samples.git
synced 2026-06-13 07:10:26 +08:00
ensure the extension is activate on all commands
This commit is contained in:
@ -12,6 +12,11 @@
|
||||
],
|
||||
"activationEvents": [
|
||||
"onCommand:extension.source-control.open",
|
||||
"onCommand:extension.source-control.commit",
|
||||
"onCommand:extension.source-control.refresh",
|
||||
"onCommand:extension.source-control.discard",
|
||||
"onCommand:extension.source-control.checkout",
|
||||
"onCommand:extension.source-control.browse",
|
||||
"workspaceContains:.jsfiddle"
|
||||
],
|
||||
"main": "./out/extension.js",
|
||||
|
||||
Reference in New Issue
Block a user