From 9467189f8f22dc0188bf6aef87b2eb40e32438bf Mon Sep 17 00:00:00 2001 From: J0nasL <51202569+J0hnL0cke@users.noreply.github.com> Date: Wed, 5 Jul 2023 19:46:48 -0400 Subject: [PATCH] Update settings.json --- .vscode/settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index c5f3f6b..b84f89c 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,3 +1,4 @@ { - "java.configuration.updateBuildConfiguration": "interactive" + "java.configuration.updateBuildConfiguration": "interactive", + "java.compile.nullAnalysis.mode": "automatic" } \ No newline at end of file