diff --git a/.vscode/launch.json b/.vscode/launch.json index 0d06685..37af1fd 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -4,17 +4,6 @@ // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configurations": [ - { - "name": "seedcase-debugger", - "python": "${workspaceFolder}/.venv/bin/python3", - "type": "debugpy", - "request": "launch", - "program": "${workspaceFolder}/manage.py", - "console": "internalConsole", - "args": [ - "runserver" - ] - }, { "name": "test-debugger", "type": "debugpy",