diff options
Diffstat (limited to '')
-rw-r--r-- | .vscode/settings.json | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index 526fc3c..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" ], @@ -12,5 +12,10 @@ { "mode": "auto" } + ], + "java.compile.nullAnalysis.mode": "automatic", + "deno.enablePaths": [ + "src/packages/locusts/mod.ts", + "src/packages/locusts/mod.test.ts" ] -}
\ No newline at end of file +} |