microsoft / vscode-docker

Docker Extension for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-docker
Other
1.18k stars 508 forks source link

Support debugging Python using the new Python Debugger extension #4286

Closed bwateratmsft closed 2 months ago

bwateratmsft commented 2 months ago

Closes #4221

Because the core Python extension is going to keep its API, just returning a ms-python.debugpy path, we do not need to update anything in the extension helper. The only change needed is to update the debug type that we resolve.