From 9ef6e9f22e7894f1e3da9be434fa405cee2772d6 Mon Sep 17 00:00:00 2001 From: 3010356 <3010356@stud.hs-mannheim.de> Date: Thu, 13 Jun 2024 13:42:22 +0200 Subject: [PATCH] launch.json aus dem Tracking --- .vscode/launch.json | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 .vscode/launch.json diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index 297fd39..0000000 --- a/.vscode/launch.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - // Use IntelliSense to learn about possible attributes. - // Hover to view descriptions of existing attributes. - // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 - "version": "0.2.0", - "configurations": [ - { - "type": "java", - "name": "Current File", - "request": "launch", - "mainClass": "${file}" - }, - { - "type": "java", - "name": "Main", - "request": "launch", - "vmArgs": "--module-path C:/Sources/javafx-sdk-22.0.1/lib --add-modules javafx.controls,javafx.fxml", - "mainClass": "program.Main", - "projectName": "Pegasus_606a3a68" - } - ] -} \ No newline at end of file