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

View file

@ -1,19 +1,6 @@
{
"version": "0.2.0",
"configurations": [
{
"type": "java",
"name": "PropertyFileExampleBuild",
"request": "launch",
"mainClass": "com.example.PropertyFileExampleBuild",
"projectName": "examples_dbdc9d4b"
},
{
"type": "java",
"name": "Run Main",
"request": "launch",
"mainClass": "com.example.PropertyFileExampleMain"
},
{
"type": "java",
"name": "Run Tests",