We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5b015d commit ed5c0f4Copy full SHA for ed5c0f4
.vscode/settings.json
@@ -10,7 +10,8 @@
10
"git.alwaysSignOff": true,
11
"vsicons.presets.angular": false,
12
"editor.codeActionsOnSave": {
13
- "source.fixAll": true,
14
- "source.organizeImports": true
15
- }
+ "source.fixAll": "explicit",
+ "source.organizeImports": "explicit"
+ },
16
+ "java.configuration.updateBuildConfiguration": "disabled"
17
}
0 commit comments