From 781f2dc63293ade89d33c447f1ac6d8fdfe3136e Mon Sep 17 00:00:00 2001 From: Jeroen van Erp Date: Tue, 12 Oct 2021 09:58:34 +0200 Subject: [PATCH] Update vscode config Signed-off-by: Jeroen van Erp --- .vscode/settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 5b7540d5..445ed93a 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -2,5 +2,6 @@ "java.checkstyle.configuration": "${workspaceFolder}/gradle/config/checkstyle/checkstyle.xml", "files.watcherExclude": { "**/target": true - } + }, + "java.configuration.updateBuildConfiguration": "automatic" }