From d5a0299e01c830ba9411dba8bf2a223569d54d3f Mon Sep 17 00:00:00 2001 From: sowgro Date: Thu, 11 May 2023 00:01:06 -0400 Subject: Fix vscode configs to reflect the new file structire --- .vscode/launch.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.vscode/launch.json') diff --git a/.vscode/launch.json b/.vscode/launch.json index 30c9be8..d47897b 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -10,7 +10,7 @@ "request": "launch", "mainClass": "gui.Driver", "projectName": "GuitarHero", - "vmArgs": "--module-path lib --add-modules javafx.controls,javafx.fxml" + "vmArgs": "--module-path lib/linux --add-modules javafx.controls,javafx.fxml" }, { "type": "java", @@ -31,7 +31,7 @@ "name": "Launch App", "request": "launch", "mainClass": "main.jfxTest", - "vmArgs": "--module-path lib --add-modules javafx.controls,javafx.fxml" + "vmArgs": "--module-path lib/linux --add-modules javafx.controls,javafx.fxml" } ] } \ No newline at end of file -- cgit v1.2.3