aboutsummaryrefslogtreecommitdiffstats
path: root/.vscode/settings.json
diff options
context:
space:
mode:
Diffstat (limited to '.vscode/settings.json')
-rw-r--r--.vscode/settings.json11
1 files changed, 7 insertions, 4 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
index b7efc67..0195b8a 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -2,7 +2,7 @@
"python.testing.unittestArgs": [
"-v",
"-s",
- "./src/locusts-r-us",
+ "./src",
"-p",
"test_*.py"
],
@@ -13,6 +13,9 @@
"mode": "auto"
}
],
- "C_Cpp.default.compileCommands": "/home/user/src/locusts/libocusts/builddir/compile_commands.json",
- "C_Cpp.default.configurationProvider": "mesonbuild.mesonbuild"
-} \ No newline at end of file
+ "java.compile.nullAnalysis.mode": "automatic",
+ "deno.enablePaths": [
+ "src/packages/locusts/mod.ts",
+ "src/packages/locusts/mod.test.ts"
+ ]
+}