I noticed that breakpoints couldn't be set from the typescript files for the server process and was having to set breakpoints in the bundled server.js instead. Turns out to be a trivial fix to the launch.json task to set the outFiles to the new dist path.
I noticed that breakpoints couldn't be set from the typescript files for the server process and was having to set breakpoints in the bundled server.js instead. Turns out to be a trivial fix to the launch.json task to set the outFiles to the new
dist
path.