Skip to content
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

Test "runtimeVersion" feature #42316

Closed
3 tasks done
weinand opened this issue Jan 29, 2018 · 0 comments
Closed
3 tasks done

Test "runtimeVersion" feature #42316

weinand opened this issue Jan 29, 2018 · 0 comments
Labels
debug Debug viewlet, configurations, breakpoints, adapter issues testplan-item
Milestone

Comments

@weinand
Copy link
Contributor

weinand commented Jan 29, 2018

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:

  • 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.

Here is an example launch config:

{
	"type": "node",
	"request": "launch",
	"name": "Launch test",
	"runtimeVersion": "7.10.1",
	"program": "${workspaceFolder}/test.js"
}
@weinand weinand added debug Debug viewlet, configurations, breakpoints, adapter issues testplan-item labels Jan 29, 2018
@weinand weinand added this to the January 2018 milestone Jan 29, 2018
@weinand weinand assigned weinand and unassigned weinand Jan 29, 2018
@aeschli aeschli removed their assignment Jan 31, 2018
@ramya-rao-a ramya-rao-a assigned mjbvz and roblourens and unassigned rebornix and mjbvz Jan 31, 2018
@roblourens roblourens removed their assignment Jan 31, 2018
@vscodebot vscodebot bot locked and limited conversation to collaborators Mar 17, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
debug Debug viewlet, configurations, breakpoints, adapter issues testplan-item
Projects
None yet
Development

No branches or pull requests

6 participants