diff --git a/.vscode/launch.json b/.vscode/launch.json index 677ea0f..0dc955f 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -30,6 +30,13 @@ "--nothreading" ], "django": true + }, + { + "name": "Python: Current File (External Terminal)", + "type": "python", + "request": "launch", + "program": "${file}", + "console": "externalTerminal" } ] }