microsoft / vscode-recipes

MIT License
5.86k stars 577 forks source link

NodeJS Docker launch breakpoint does not work #261

Closed betorobson closed 2 years ago

betorobson commented 4 years ago

Following the recipes, VSCode launch the Docker Container and even showing that debugger is attached, break points are not working.

I had to create a launch config to attach at port 5850 and run the container command manually in external terminal.

Here is my project example.

https://github.com/betorobson/nodejs-environment-development-in-docker

connor4312 commented 2 years ago

We no longer have a Docker-TypeScript recipe as it has been supplanted by Remote-Containers functionality.