Skip to content

Commit

Permalink
activate the extension if CMakeLists.txt exists in subfolders (#716)
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbrow authored Aug 29, 2019
1 parent 10cee0f commit b1c361a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"onCommand:cmake.stop",
"onCommand:cmake.outline.configure",
"onCommand:cmake.outline.build",
"workspaceContains:CMakeLists.txt",
"workspaceContains:**/CMakeLists.txt",
"workspaceContains:.vscode/cmake-kits.json"
],
"main": "./out/src/extension",
Expand Down

0 comments on commit b1c361a

Please sign in to comment.