RUOYI-geek/.vscode/settings.json

13 lines
441 B
JSON
Raw Normal View History

{
2023-12-13 06:09:08 +00:00
"java.configuration.updateBuildConfiguration": "interactive",
"files.associations": {
"*.yml": "yaml"
},
"java.compile.nullAnalysis.mode": "disabled",
"maven.view": "hierarchical",
2024-03-23 10:56:38 +00:00
"maven.executable.options": "-T 4",
"maven.pomfile.autoUpdateEffectivePOM": true,
"java.debug.settings.hotCodeReplace": "auto",
"spring-boot.ls.java.home": "",
2023-12-13 06:09:08 +00:00
// "java.compile.nullAnalysis.mode": "automatic"
}