Files
tp1-rdf/.vscode/settings.json
2025-02-10 13:27:09 +01:00

10 lines
394 B
JSON

{
"java.server.launchMode": "Standard",
"java.gradle.buildServer.enabled": "on",
"java.jdt.ls.java.home": "/usr/lib/jvm/jdk-21.0.6-oracle-x64",
"antlr4.generation": {
"mode": "none" // Don't generate source file with the antlr4-vscode extension
},
"java.configuration.updateBuildConfiguration": "automatic",
"java.inlayHints.parameterNames.enabled": "none"
}