From d4c2d5503df54513a20ea5337dc195251d53a3b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Signe=20Kirk=20Br=C3=B8db=C3=A6k?= Date: Thu, 13 Feb 2025 16:25:46 +0100 Subject: [PATCH] fix: :fire: remove django debugger --- .vscode/launch.json | 11 ----------- 1 file changed, 11 deletions(-) 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",