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",