diff --git a/.vscode/launch.json b/.vscode/launch.json index 5639f7fc..753ba49f 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -13,6 +13,13 @@ "console": "integratedTerminal", "justMyCode": true, "envFile": "${workspaceFolder}/.env" + }, + { + "name": "Python: Attach using Process Id", + "type": "python", + "request": "attach", + "processId": "${command:pickProcess}", + "justMyCode": true } ] } \ No newline at end of file