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 use
command 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
.nvmrc
file in root folder of the project - install manually the version referred in
.nvmrc
withnvm install
v10.14.0
No issue known ATM
- complete all features described above
- write tests
Initial release of vscode-nvm