RUOYI-geek/.vscode/settings.json
2024-03-23 18:56:38 +08:00

13 lines
441 B
JSON

{
"java.configuration.updateBuildConfiguration": "interactive",
"files.associations": {
"*.yml": "yaml"
},
"java.compile.nullAnalysis.mode": "disabled",
"maven.view": "hierarchical",
"maven.executable.options": "-T 4",
"maven.pomfile.autoUpdateEffectivePOM": true,
"java.debug.settings.hotCodeReplace": "auto",
"spring-boot.ls.java.home": "",
// "java.compile.nullAnalysis.mode": "automatic"
}