aboutsummaryrefslogtreecommitdiffstats
path: root/.vscode
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.vscode/settings.json8
1 files changed, 6 insertions, 2 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
index 0731833..0195b8a 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -13,5 +13,9 @@
"mode": "auto"
}
],
- "java.compile.nullAnalysis.mode": "automatic"
-} \ No newline at end of file
+ "java.compile.nullAnalysis.mode": "automatic",
+ "deno.enablePaths": [
+ "src/packages/locusts/mod.ts",
+ "src/packages/locusts/mod.test.ts"
+ ]
+}