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

There is no option "Python Debugger" after clicking "Add Configuration..." in the launch.json file #4232

Closed v-xinda closed 4 months ago

v-xinda commented 4 months ago

OS: All Build Version: 20240206.2

Repro Steps:

  1. Open a python project myapp.zip in VS Code.
  2. F1 -> Docker: Add Docker Files to Workspace -> Python: General -> Include docker compose files.
  3. Right click the .debug.yaml file -> Compose Up
  4. Open the launch.json file -> Click "Add Configuration...".
  5. Check whether there is an option "Python Debugger".

Expect: There is an option "Python Debugger". image

Actual: There is no option "Python Debugger". actual

More Info: This issue doesn't reproduce on the GitHub Codespaces environment.

bwateratmsft commented 4 months ago

I wonder if this got moved to the Python Debugger extension.

bwateratmsft commented 4 months ago

It looks like it's gone from both the Python and Python Debugger extensions. I opened https://github.com/microsoft/vscode-python-debugger/issues/203 to track this.