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.
This commit is contained in:
Tobi Schäfer 2024-06-15 18:01:30 +02:00
parent 3e5af064b0
commit 51bc14c3a4
Signed by: tobi
GPG key ID: 91FAE6FE2EBAC4C8
3 changed files with 2 additions and 113 deletions

View file

@ -1,5 +1,6 @@
{
"recommendations": [
"vscjava.vscode-java-pack"
"vscjava.vscode-java-pack",
"vscjava.vscode-gradle"
]
}