Skip to content

Commit 08423a3

Browse files
authored
fix: 🔥 remove django debugger (#44)
## Description <!-- Select quick/in-depth as necessary --> This PR needs a quick review.
1 parent c4bfdd3 commit 08423a3

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.vscode/launch.json

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,6 @@
44
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
55
"version": "0.2.0",
66
"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-
},
187
{
198
"name": "test-debugger",
209
"type": "debugpy",

0 commit comments

Comments
 (0)