vscode-nvm README
Vscode plugin that use nvm to switch node version according to .nvmrc file
Features
Test on windows/linux/macos
- [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
v14.17.6
Known Issues
No issue known ATM
TODO
- Complete all features described above
- Write tests
Release Notes
0.0.2
0.0.1
Initial release of vscode-nvm
| |