-
Notifications
You must be signed in to change notification settings - Fork 59
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
Launch setting not working #1
Comments
I don't really see a difference. What was the error you rant into? The only difference I see is that |
Yeah well I don’t know really. All I know is that with the settings in this project I got a connection error that didn’t happen with the ms snippet. Go figure maybe? |
Well what version of Node are you running? IIRC, there were changes to how the debugger functioned between 8 and 6. So if you are using 6, that could explain it. |
I had the same issue. I had to copy that configuration to make it work:
I'm using npm 6.1.0 and node 8.11.2 |
Thanks for pulling this together. It helped me set this up to work.
The only thing that I couldn't get to work was the launch setting, but I found an official snippet instead that DID work:
https://github.com/Microsoft/vscode-recipes/tree/master/debugging-jest-tests
The text was updated successfully, but these errors were encountered: