2023-11-13 13:12:03 +00:00
|
|
|
{
|
2023-12-13 06:09:08 +00:00
|
|
|
"java.configuration.updateBuildConfiguration": "interactive",
|
|
|
|
"files.associations": {
|
|
|
|
"*.yml": "yaml"
|
|
|
|
},
|
|
|
|
"java.compile.nullAnalysis.mode": "disabled",
|
2024-01-17 18:44:33 +00:00
|
|
|
"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"
|
2023-11-13 13:12:03 +00:00
|
|
|
}
|