diff options
author | Matt Strapp <matt@mattstrapp.net> | 2024-11-02 15:53:33 -0500 |
---|---|---|
committer | Matt Strapp <matt@mattstrapp.net> | 2024-11-02 15:53:33 -0500 |
commit | 07ae74d8bb5f001281b141e595f46533dc02bfe9 (patch) | |
tree | 11aca356add6a01f837690e57cb76c47b2a5a2ca | |
parent | build(deps-dev): bump the nodejs-dependencies group with 2 updates (diff) | |
download | locusts-07ae74d8bb5f001281b141e595f46533dc02bfe9.tar locusts-07ae74d8bb5f001281b141e595f46533dc02bfe9.tar.gz locusts-07ae74d8bb5f001281b141e595f46533dc02bfe9.tar.bz2 locusts-07ae74d8bb5f001281b141e595f46533dc02bfe9.tar.lz locusts-07ae74d8bb5f001281b141e595f46533dc02bfe9.tar.xz locusts-07ae74d8bb5f001281b141e595f46533dc02bfe9.tar.zst locusts-07ae74d8bb5f001281b141e595f46533dc02bfe9.zip |
I HATE YOU, VSCODE
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
-rw-r--r-- | .vscode/settings.json | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index 61ab420..0195b8a 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -17,7 +17,5 @@ "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" + ] } |