From f25bd1b72dfd3c59f2cdbd57aac2dfa2168e49e9 Mon Sep 17 00:00:00 2001 From: "Christoph K." Date: Wed, 4 Mar 2026 06:52:45 +0100 Subject: [PATCH] launch json angepasst, launch file entfernt --- .vscode/launch.json | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 23eaf74..ad27bc2 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -4,15 +4,6 @@ // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configurations": [ - { - "name": "Launch file", - "type": "go", - "request": "launch", - "mode": "debug", - "program": "${file}", - "args": ["--prd", "PRD.md", "--verbose", "--workdir", "./output"] - - }, { "name": "Launch Package", "type": "go",