aboutsummaryrefslogtreecommitdiffstats
path: root/.vscode
diff options
context:
space:
mode:
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/settings.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
index 0195b8a..61ab420 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -17,5 +17,7 @@
"deno.enablePaths": [
"src/packages/locusts/mod.ts",
"src/packages/locusts/mod.test.ts"
- ]
+ ],
+ "C_Cpp.default.compileCommands": "/home/user/src/github.com/locusts/builddir/compile_commands.json",
+ "C_Cpp.default.configurationProvider": "mesonbuild.mesonbuild"
}