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