From 2f255221c642bbaf89d7a6b48bdcaee65e7480d8 Mon Sep 17 00:00:00 2001 From: "Christoph K." Date: Tue, 3 Mar 2026 22:24:08 +0100 Subject: [PATCH] terminal eingabe --- .vscode/launch.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index e69a375..23eaf74 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -18,7 +18,10 @@ "type": "go", "request": "launch", "mode": "auto", - "program": "${fileDirname}" + "program": "${fileDirname}", + "console": "integratedTerminal", + "args": ["--prd", "PRD.md", "--verbose", "--workdir", "./output"] + } ] } \ No newline at end of file