aboutsummaryrefslogtreecommitdiffstats
path: root/.vscode
diff options
context:
space:
mode:
authorMatthew Strapp <matt@mattstrapp.net>2024-10-29 08:50:02 -0500
committerGitHub <noreply@github.com>2024-10-29 08:50:02 -0500
commit3ce816f91a5a7536ce2034af469d68cd9ed7dd7f (patch)
tree497677594487587932aa9b881a3992d107d5f4e4 /.vscode
parentBump the nodejs-dependencies group with 5 updates (diff)
downloadlocusts-3ce816f91a5a7536ce2034af469d68cd9ed7dd7f.tar
locusts-3ce816f91a5a7536ce2034af469d68cd9ed7dd7f.tar.gz
locusts-3ce816f91a5a7536ce2034af469d68cd9ed7dd7f.tar.bz2
locusts-3ce816f91a5a7536ce2034af469d68cd9ed7dd7f.tar.lz
locusts-3ce816f91a5a7536ce2034af469d68cd9ed7dd7f.tar.xz
locusts-3ce816f91a5a7536ce2034af469d68cd9ed7dd7f.tar.zst
locusts-3ce816f91a5a7536ce2034af469d68cd9ed7dd7f.zip
feat: Add Java/JVM (#24)
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/settings.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
index 9669844..0731833 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -12,5 +12,6 @@
{
"mode": "auto"
}
- ]
+ ],
+ "java.compile.nullAnalysis.mode": "automatic"
} \ No newline at end of file