-
Notifications
You must be signed in to change notification settings - Fork 30.5k
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
ts-node debugger not working properly in v1.64 #142641
Comments
/jsDebugLogs |
@connor4312 let us know if this contains enough info or not :) |
Another annoying issue (likely related) is changes across modules are not picked up as before. Sometimes I even have to re-build a module until vscode picks up the change. |
@connor4312 I was able to fix our issue (temporarily) by specifying |
Yea, since cwd was set to However, this has caused some issues, here and when it was initially added. Now, we have a warning that shows up if scanning |
This will be in the next nightly build |
amazing, thank you @connor4312 |
Hi @inevolin, has the issue been fixed with the nightly build? |
This bug has been fixed in the latest release of VS Code Insiders! @inevolin, you can help us out by commenting If things still don't seem right, please ensure you're on version 078f8e9 of Insiders (today's or later - you can use Happy Coding! |
Does this issue occur when all extensions are disabled?: Yes
Steps to Reproduce:
We have a code repo consisting of submodules.
The debugger works fine on the entry point package, but it's no longer hitting breakpoints on any other submodule.
Structure:
.vscode/launch.json
:The text was updated successfully, but these errors were encountered: