aboutsummaryrefslogtreecommitdiff
path: root/.vscode
diff options
context:
space:
mode:
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/launch.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json
index d47897b..3975b70 100644
--- a/.vscode/launch.json
+++ b/.vscode/launch.json
@@ -6,6 +6,14 @@
"configurations": [
{
"type": "java",
+ "name": "Driver2",
+ "request": "launch",
+ "mainClass": "gui.Driver2",
+ "projectName": "GuitarHero",
+ "vmArgs": "--module-path lib/linux --add-modules javafx.controls,javafx.fxml"
+ },
+ {
+ "type": "java",
"name": "Driver",
"request": "launch",
"mainClass": "gui.Driver",