Update vscode config

Signed-off-by: Jeroen van Erp <jeroen@hierynomus.com>
This commit is contained in:
Jeroen van Erp
2021-10-12 09:58:34 +02:00
parent b2115dea6f
commit 781f2dc632

View File

@@ -2,5 +2,6 @@
"java.checkstyle.configuration": "${workspaceFolder}/gradle/config/checkstyle/checkstyle.xml", "java.checkstyle.configuration": "${workspaceFolder}/gradle/config/checkstyle/checkstyle.xml",
"files.watcherExclude": { "files.watcherExclude": {
"**/target": true "**/target": true
} },
"java.configuration.updateBuildConfiguration": "automatic"
} }