10 lines
388 B
JSON
10 lines
388 B
JSON
{
|
|
"java.server.launchMode": "Standard",
|
|
"java.gradle.buildServer.enabled": "on",
|
|
"java.jdt.ls.java.home": "C:/Program Files/Java/jdk-21",
|
|
"antlr4.generation": {
|
|
"mode": "none" // Don't generate source file with the antlr4-vscode extension
|
|
},
|
|
"java.configuration.updateBuildConfiguration": "automatic",
|
|
"java.inlayHints.parameterNames.enabled": "none"
|
|
} |