launch json angepasst, launch file entfernt

This commit is contained in:
Christoph K.
2026-03-04 06:52:45 +01:00
parent c43257b7be
commit f25bd1b72d

9
.vscode/launch.json vendored
View File

@@ -4,15 +4,6 @@
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0", "version": "0.2.0",
"configurations": [ "configurations": [
{
"name": "Launch file",
"type": "go",
"request": "launch",
"mode": "debug",
"program": "${file}",
"args": ["--prd", "PRD.md", "--verbose", "--workdir", "./output"]
},
{ {
"name": "Launch Package", "name": "Launch Package",
"type": "go", "type": "go",