From c423ff1743a1e350ec2f71bbef9c3932f824c454 Mon Sep 17 00:00:00 2001 From: Sami Ekblad Date: Thu, 25 May 2023 06:25:18 +0000 Subject: [PATCH] vscode settings --- .vscode/settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index c5f3f6b9..b84f89c3 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