We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86a314d commit 2e5a961Copy full SHA for 2e5a961
package.json
@@ -17,8 +17,9 @@
17
"onLanguage:cpp",
18
"onLanguage:objective-c",
19
"onLanguage:objective-cpp",
20
+ "workspaceContains:.cquery",
21
"workspaceContains:compile_commands.json",
- "workspaceContains:.cquery"
22
+ "workspaceContains:build/compile_commands.json"
23
],
24
"main": "./out/extension",
25
"contributes": {
0 commit comments