diff options
| author | Aidan Ross <aross02@fairport.org> | 2023-05-24 08:37:21 -0400 | 
|---|---|---|
| committer | Aidan Ross <aross02@fairport.org> | 2023-05-24 08:37:21 -0400 | 
| commit | 6c43b61db81062d831558883140d94af091e5ff2 (patch) | |
| tree | 90a1bd9054a24c5081784cd74cb71e1fa98493fb | |
| parent | 59c0cea0d604a659ef50bf5955e4d3b3d3ac10da (diff) | |
| download | NPEhero-6c43b61db81062d831558883140d94af091e5ff2.tar.gz NPEhero-6c43b61db81062d831558883140d94af091e5ff2.tar.bz2 NPEhero-6c43b61db81062d831558883140d94af091e5ff2.zip | |
Hello
| -rw-r--r-- | .vscode/launch.json | 9 | 
1 files changed, 8 insertions, 1 deletions
| diff --git a/.vscode/launch.json b/.vscode/launch.json index f7b5436..99c7b5f 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -6,6 +6,13 @@      "configurations": [          {              "type": "java", +            "name": "JFXaudioPlayer", +            "request": "launch", +            "mainClass": "test.JFXaudioPlayer", +            "projectName": "GuitarHero" +        }, +        { +            "type": "java",              "name": "Table",              "request": "launch",              "mainClass": "test.Table", @@ -66,7 +73,7 @@              "request": "launch",              "mainClass": "gui.Driver",              "projectName": "GuitarHero", -            "vmArgs": "--module-path lib/linux --add-modules javafx.controls,javafx.fxml" +            "vmArgs": "--module-path lib/windows/lib --add-modules javafx.controls,javafx.fxml"          },          {              "type": "java", | 
