aboutsummaryrefslogtreecommitdiff
path: root/.vscode/launch.json
diff options
context:
space:
mode:
Diffstat (limited to '.vscode/launch.json')
-rw-r--r--.vscode/launch.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json
index 257652c..5a3e9f9 100644
--- a/.vscode/launch.json
+++ b/.vscode/launch.json
@@ -6,6 +6,14 @@
"configurations": [
{
"type": "java",
+ "name": "resizeTest",
+ "request": "launch",
+ "mainClass": "test.resizeTest",
+ "projectName": "GuitarHero",
+ "vmArgs": "--module-path lib/linux --add-modules javafx.base,javafx.media,javafx.graphics,javafx.controls,javafx.fxml"
+ },
+ {
+ "type": "java",
"name": "focusTest",
"request": "launch",
"mainClass": "main.focusTest",