blob: e5c786fcb1be92f3ac78baa919eb0de83e9d27f8 [file] [log] [blame]
Jiarenxiang25a45b72025-03-13 16:09:13 +08001{
2 "files.exclude": {
3 "**/.classpath": true,
4 "**/.project": true,
5 "**/.settings": true,
6 "**/.factorypath": true
7 },
8 "java.compile.nullAnalysis.mode": "automatic",
Yumaoo12f9ad02025-04-29 18:49:54 +08009 "java.configuration.updateBuildConfiguration": "interactive",
10 "editor.gotoLocation.alternativeDeclarationCommand": "editor.action.revealDefinition",
11 "editor.gotoLocation.alternativeDefinitionCommand": "editor.action.revealDefinition",
12 "editor.gotoLocation.alternativeTypeDefinitionCommand": "editor.action.revealDefinition",
13 "editor.selectionHighlight": false,
14 "files.autoSave": "onFocusChange",
15 "editor.suggest.snippetsPreventQuickSuggestions": false,
16 "editor.quickSuggestions": {
17 "other": "on",
18 "comments": "off",
19 "strings": "on"
20 }
Jiarenxiang25a45b72025-03-13 16:09:13 +080021}