Selective task provider activation using a new onTaskType: activation event (#137662)

This commit is contained in:
Alexandru Dima
2021-12-07 17:43:38 +01:00
committed by GitHub
parent 6ee5fe3e9d
commit 51d7dd1a73
8 changed files with 139 additions and 48 deletions

View File

@@ -24,7 +24,7 @@
},
"main": "./out/main",
"activationEvents": [
"onCommand:workbench.action.tasks.runTask"
"onTaskType:grunt"
],
"capabilities": {
"virtualWorkspaces": false,