You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you are using "nvm" to manage your node.js versions it is now possible to specify a "runtimeVersion" attribute in a launch configuration for selecting a specific version of node.js.
Setup:
Make sure to use "nvm" on macOS, linux, and "nvm-windows" on Windows.
make sure to have those node.js versions installed that you want to use with the "runtimeVersion" attribute. E.g. run "nvm install 7.10.1" from the integrated terminal.
Verify that the specified version of node.js is correctly used for the launch session.
Test for #25386:
Complexity: 2
If you are using "nvm" to manage your node.js versions it is now possible to specify a "runtimeVersion" attribute in a launch configuration for selecting a specific version of node.js.
Setup:
Verify that the specified version of node.js is correctly used for the launch session.
Here is an example launch config:
The text was updated successfully, but these errors were encountered: