microsoft / vscode-python-debugger

Python debugger (debugpy) extension for VS Code.
https://marketplace.visualstudio.com/items?itemName=ms-python.debugpy
MIT License
41 stars 17 forks source link

Fix debugger attach to process when running on WSL #267

Closed DavidArchibald closed 2 months ago

DavidArchibald commented 3 months ago

Fixes #245. A copy of the work at microsoft/vscode-python/pull/20741.

paulacamargo25 commented 3 months ago

Thanks for your pr @DavidArchibald, could you run prettier in order to fix the linter? npm run format-fix

DavidArchibald commented 3 months ago

Ah, thanks for pointing that out, @paulacamargo25. I saw some CI failures in other files so I thought this was noise as well. Should be done.