Vscode plugin that use nvm to switch node version according to .nvmrc file
This is a work in progress, it is only tested in macOS at the moment
- launch
nvm usecommand in integrated terminals to automatically change node version - launch scripts with the correct node version
- launch debugger with the correct node version
- nvm must be installed on your system
- you should have a
.nvmrcfile in root folder of the project - install manually the version referred in
.nvmrcwithnvm install
v10.14.0
No issue known ATM
- complete all features described above
- write tests
Initial release of vscode-nvm