All notable changes to the "auto-nvm" extension will be documented in this file.
Check Keep a Changelog for recommendations on how to structure this file.
- [Added] Add a sidebar view panel to conveniently manage Node.js versions.
- Automatically switch Node.js version according to .nvmrc after opening the project.
- Use Use Node Version command to manually switch Node.js versions.
- Fixed the extension entry file error issue.
- Verify the nvm tool is installed locally.
- show a list of Node.js versions installed for selection by the Use Node Version command.
- The Use Node Version command provides an "install others" option and show all Node.js versions when picked.
- add
Use Node Version
command to switch Node.js version.
- remove
Use Node Version
command and useUse Node Version
instead.
- Optimize remote Node.js versions acquisition method.
- Change the installation method of Node.js version.
- Improve experience of picking Node.js version.
- Added verification of whether .nvmrc exists and prompts if not exist.
- Adjust activationEvents to onStartupFinished.
- Add "uninstall" button to uninstall specified Node.js version.
- don't execute "nvm use" in terminals started by Task.
- Fixed the problem of the extension not working when not exist .nvmrc.