diff --git a/.vscode/launch.json b/.vscode/launch.json index 5941c42..6988a95 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -5,7 +5,15 @@ "version": "0.2.0", "configurations": [ { - "name": "Python: Current File (Integrated Terminal)", + "name": "Python: Current File", + "type": "python", + "request": "launch", + "program": "${file}", + "console": "integratedTerminal", + "justMyCode": false + }, + { + "name": "Python: Current File (File Directory)", "type": "python", "request": "launch", "program": "${file}",