Skip to content

abumalick/vscode-nvm

Repository files navigation

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

  • 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

Releases

No releases published

Packages

No packages published