-
Notifications
You must be signed in to change notification settings - Fork 29.3k
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
DeprecationWarning: node --inspect --debug-brk
is deprecated
#32529
Comments
duplicate of #28223 |
Nice to see that it's closed... |
Let me try to summarise this for you: Currently there is no way to prevent this. The reason why we use the combination of "--inspect --debug-brk" is clearly explained in the (indirectly) linked issue #27731:
The problem is that we do not really know what version of node a user is using, so we cannot adapt the flags we use to the node version in order to minimize the resulting deprecation warnings. |
@weinand, thank you for summarizing. Maybe it is possible to check node version and to use the right combination, or to add an additional config option in launch.json. |
See microsoft/vscode#32529 Signed-off-by: Fred Bricon <[email protected]>
As advice to googlers coming here through google on this deprecation warning (this page ranks 1st or 2nd...). This feature now exists!
Problem solved (=feature activated). On your next run... |
Since |
Since VSCode version 1.15.0 F5 (starting debug) prints out the following message:
Any ideas how to prevent this warning?
Project/System details:
Steps to Reproduce:
Reproduces without extensions: Yes
The text was updated successfully, but these errors were encountered: