From 73cdeec66bf8abf0acf54dc7631a324250e935b0 Mon Sep 17 00:00:00 2001 From: Conrad Date: Fri, 25 Oct 2024 13:42:24 +0200 Subject: [PATCH] fix: removed unused configs --- .vscode/launch.json | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 882e252..70a0704 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -12,24 +12,6 @@ "env": { "PYDEVD_DISABLE_FILE_VALIDATION": "1" } - }, - { - "name": "Migrate", - "type": "debugpy", - "request": "launch", - "module": "alembic", - "args": ["upgrade", "head"], - "jinja": true, - "justMyCode": true - }, - { - "name": "Make Migrations", - "type": "debugpy", - "request": "launch", - "module": "alembic", - "args": ["revision", "--autogenerate"], - "jinja": true, - "justMyCode": true } ] }