We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4bfdd3 commit 08423a3Copy full SHA for 08423a3
.vscode/launch.json
@@ -4,17 +4,6 @@
4
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
5
"version": "0.2.0",
6
"configurations": [
7
- {
8
- "name": "seedcase-debugger",
9
- "python": "${workspaceFolder}/.venv/bin/python3",
10
- "type": "debugpy",
11
- "request": "launch",
12
- "program": "${workspaceFolder}/manage.py",
13
- "console": "internalConsole",
14
- "args": [
15
- "runserver"
16
- ]
17
- },
18
{
19
"name": "test-debugger",
20
"type": "debugpy",
0 commit comments