Commit 6ad64128 authored by Jan Reimes's avatar Jan Reimes
Browse files

feat(vscode): add debug configuration for open command with S4-260001

parent f30aff5f
Loading
Loading
Loading
Loading
+2 −9
Original line number Diff line number Diff line
@@ -221,13 +221,6 @@ __marimo__/
/cache
.opencode/opencode.json
.grepai/
.opencode/command/speckit.analyze.md
.opencode/command/speckit.checklist.md
.opencode/command/speckit.clarify.md
.opencode/command/speckit.constitution.md
.opencode/command/speckit.implement.md
.opencode/command/speckit.plan.md
.opencode/command/speckit.specify.md
.opencode/command/speckit.tasks.md
.opencode/command/speckit.taskstoissues.md
.opencode/command/speckit.*
nul
.sisyphus
+14 −0
Original line number Diff line number Diff line
@@ -136,6 +136,20 @@
					"--cache-dir",
					"./tests/test-cache"
				]
			},
			{
				"name": "Debug: open (S4-260001)",
				"type": "debugpy",
				"request": "launch",
				"module": "tdoc_crawler",
				"console": "integratedTerminal",
				"justMyCode": false,
				"args": [
					"open",
					"S4-260001",
					"--cache-dir",
					"./tests/test-cache"
				]
			}
		]
}
 No newline at end of file