You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I set your plugin up for debugging typescript via ts-node and had issues getting sourcemaps to work properly because of the mismatch between linux style paths and windows style paths.
I set your plugin up for debugging typescript via ts-node and had issues getting sourcemaps to work properly because of the mismatch between linux style paths and windows style paths.
This problem is described here:
https://github.com/Microsoft/vscode-chrome-debug/issues/524
I had the idea to try using this:
My full launch.json:
package.json:
And.. it works! Might be something you want to add to the README. 🚀
The text was updated successfully, but these errors were encountered: