diff --git a/.vscode/settings.json b/.vscode/settings.json index 206ae650..91f4ff65 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -6,7 +6,7 @@ { // Organize Java Imports "editor.codeActionsOnSave": { - "source.organizeImports": true, + "source.organizeImports": "explicit" }, // Format with Checkstyle "java.checkstyle.configuration": "https://raw.githubusercontent.com/imixs/imixs-workflow/master/imixs-checkstyle-8.44.xml",