-
-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Debugging is broken with VS Code 1.60.0 #66
Comments
StackToolbox#49 Add partial replace .vscode/launch.json
It looks like VS Code 1.60.0 has problems. Debugging and source maps seem to be broken in general. I found an issue suggesting they might do a 1.60.1 release to fix this. Once that's done I'll look into debugging again. |
Hi @buggy, is there any chance you were able to look into the problem? |
I think this was perhaps the issue previously referred to? microsoft/vscode#133310 |
If anyone else comes across this issue this post https://blog.many-monkeys.com/debugging-lambdas-in-vscode/ helped me solve the issue for any vsCode versions above 1.60 The key is modifying your output block in webpack.config as such
|
I tried it with Vscode 1.88.1 and it worked fine. Thank you very much. |
It looks like VS Code 1.60.0 has made changes that have broken debugging. This needs to be fixed.
The text was updated successfully, but these errors were encountered: