Skip to content

Commit 2e5a961

Browse files
committed
Also start extension if build/compile_commands.json exists
1 parent 86a314d commit 2e5a961

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@
1717
"onLanguage:cpp",
1818
"onLanguage:objective-c",
1919
"onLanguage:objective-cpp",
20+
"workspaceContains:.cquery",
2021
"workspaceContains:compile_commands.json",
21-
"workspaceContains:.cquery"
22+
"workspaceContains:build/compile_commands.json"
2223
],
2324
"main": "./out/extension",
2425
"contributes": {

0 commit comments

Comments
 (0)