Improved Visual Studio Code support

This commit is contained in:
Erik C. Thauvin 2024-02-25 18:53:27 -08:00
parent accae48297
commit ea19c6b822
4 changed files with 10 additions and 29 deletions

6
.vscode/launch.json vendored
View file

@ -1,12 +1,6 @@
{
"version": "0.2.0",
"configurations": [
{
"type": "java",
"name": "Run Main",
"request": "launch",
"mainClass": "rife.bld.extension.propertyfile.PropertyFileOperation"
},
{
"type": "java",
"name": "Run Tests",