Files
tp2-vsl-pds/.vscode/settings.json
Dimitri Lajou 7114c0e978 Initial commit
2025-03-21 17:26:31 +01:00

10 lines
328 B
JSON

{
"java.server.launchMode": "Standard",
"java.gradle.buildServer.enabled": "on",
"antlr4.generation": {
"mode": "none" // Don't generate source file with the antlr4-vscode extension
},
"java.configuration.updateBuildConfiguration": "automatic",
"java.inlayHints.parameterNames.enabled": "none"
}