From a21089f8333ae041ad976f661d7268053ce2b425 Mon Sep 17 00:00:00 2001 From: Maximilian Date: Thu, 13 Jun 2024 13:26:16 +0200 Subject: [PATCH] Ignoriere die launch.json Datei --- .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