Skip to content

Commit a6512f1

Browse files
committed
chore(sync): 🔨 synced local '.vscode/' with remote '.vscode/'
1 parent ac4f9f1 commit a6512f1

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)