{ "configurations": { "run": { "adapter": "vscode-python", "configuration": { "request": "launch", "type": "python", "cwd": "${workspaceRoot}", "program": "${file}", "stopOnEntry": true, "console": "integratedTerminal" } }, "attach": { "adapter": "vscode-python", "configuration": { "request": "attach", "type": "python", "host": "localhost", "port": "5678" } } } }