Skip to content

Commit

Permalink
Remove over-complicated launch and tasks configuration in favor of Gr…
Browse files Browse the repository at this point in the history
…adle plugin

Starting run/debug tasks with the plugin works out of the box;
one just has to avoid the default “Run and Debug” button.
  • Loading branch information
p3k committed Jun 15, 2024
1 parent 3e5af06 commit 51bc14c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 113 deletions.
3 changes: 2 additions & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"recommendations": [
"vscjava.vscode-java-pack"
"vscjava.vscode-java-pack",
"vscjava.vscode-gradle"
]
}
46 changes: 0 additions & 46 deletions .vscode/launch.json

This file was deleted.

66 changes: 0 additions & 66 deletions .vscode/tasks.json

This file was deleted.

0 comments on commit 51bc14c

Please sign in to comment.