Jiarenxiang | 25a45b7 | 2025-03-13 16:09:13 +0800 | [diff] [blame] | 1 | { |
| 2 | "files.exclude": { |
| 3 | "**/.classpath": true, |
| 4 | "**/.project": true, |
| 5 | "**/.settings": true, |
| 6 | "**/.factorypath": true |
| 7 | }, |
| 8 | "java.compile.nullAnalysis.mode": "automatic", |
Yumaoo | 12f9ad0 | 2025-04-29 18:49:54 +0800 | [diff] [blame] | 9 | "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 | } |
Jiarenxiang | 25a45b7 | 2025-03-13 16:09:13 +0800 | [diff] [blame] | 21 | } |