Skip to content

Commit

Permalink
remove Cmake activation on tasks.runTask (#1642)
Browse files Browse the repository at this point in the history
  • Loading branch information
elahehrashedi authored Feb 2, 2021
1 parent 4b0be60 commit af29c0f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,8 @@
"onCommand:cmake.outline.configureAll",
"onCommand:cmake.outline.buildAll",
"workspaceContains:**/CMakeLists.txt",
"workspaceContains:.vscode/cmake-kits.json",
"onCommand:workbench.action.tasks.runTask"
],
"workspaceContains:.vscode/cmake-kits.json"
],
"main": "./dist/main",
"contributes": {
"commands": [
Expand Down

0 comments on commit af29c0f

Please sign in to comment.