VS Code uses a locally installed version of node for debugging. My question is whether it is possible to use node in a docker container instead.
I've found several references on doing something like this with the remote debugging approach vscode offers. This seems to be pretty close to what I'm looking for. However, I don't want to start the container externally.
My example is the simple hello world from vscode docs. I really would love to simply press the launch button and start debugging in it without having a locally installed version of node.