-
Notifications
You must be signed in to change notification settings - Fork 29.4k
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
Node debug: auto attach mode is not remembered #53586
Comments
@egamma The reason why we don't remember this as a setting is because that would require to activate the node-debug extensions on startup (which we are reluctant to do). |
see #53640 |
closing as a duplicate of #53640 |
I've reopened this issue to track the fixes for the following problems:
|
I've created #54183 to address the issue with the settings API. |
Verification info:
Verify that
|
I'm not able to get auto-attach to work on win10 with node v8.11.2 on latest insiders. I have index.js:
And when I run |
auto-attach failing on Windows issue is unrelated to this issue. |
The "verification needed" is incorrect because found issue #55672 is a new independent issue (that has been verified already). |
-> the auto attach statusbar item is gone.
I was wondering whether the auto attach mode would not better be a setting, then I can define per workspace when I want to have the feature enabled.
The text was updated successfully, but these errors were encountered: