Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>vscode nvm integrationNew to Visual Studio Code? Get it now.
vscode nvm integration

vscode nvm integration

abumalick

|
14,521 installs
| (5) | Free
nvmrc integration
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

vscode-nvm README

Vscode plugin that use nvm to switch node version according to .nvmrc file

Features

This is a work in progress, it is only tested in macOS at the moment

  • [x] launch nvm use command in integrated terminals to automatically change node version
  • [ ] launch scripts with the correct node version
  • [ ] launch debugger with the correct node version

Requirements

  • nvm must be installed on your system
  • you should have a .nvmrc file in root folder of the project
  • install manually the version referred in .nvmrc with nvm install

Configuration

Example of .nvmrc file

v10.14.0

Known Issues

No issue known ATM

TODO

  • complete all features described above
  • write tests

Release Notes

0.0.1

Initial release of vscode-nvm

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft