helma/.vscode/extensions.json
Tobi Schäfer c1ad40ef72
Remove over-complicated launch and tasks configuration in favor of Gradle plugin
Starting run/debug tasks with the plugin works out of the box;
one just has to avoid the default “Run and Debug” button.
2024-06-15 21:37:17 +02:00

6 lines
103 B
JSON

{
"recommendations": [
"vscjava.vscode-java-pack",
"vscjava.vscode-gradle"
]
}