-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for NVS (#180) #199
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@hugoabernier awesome work π
tested locally, works really good β
I added a few clean up comments. Please recheck them before we merge π
Let me know if something is unclear π
@hugoabernier Thank you for this awesome suggestion and PR. |
Co-authored-by: Adam WΓ³jcik <[email protected]>
Co-authored-by: Adam WΓ³jcik <[email protected]>
Co-authored-by: Adam WΓ³jcik <[email protected]>
@Adam-it looks great, please proceed at your convenience |
Merged manually. |
@hugoabernier your change is present in the latest pre-release 2.6.1 π remember that in order to install a pre-release you need to click on the Thank you for contributing to Viva Toolkit π |
## π― Aim Adds support for NVM, NVS, or no Node Version Manager, and a VS Code Setting to control the choice. As discussed with @VesaJuvonen, needed for upcoming SPFx workshops. ## π· Result ![image](https://github.com/pnp/vscode-viva/assets/13972467/1e0f7a21-10db-442d-9c6e-7e10fd21cd64) ## β What was done Added a VSCode setting, and logic to change the command when launching a new terminal. ## π Related issue No issues man, we're all good! --------- Co-authored-by: Hugo Bernier <hugoabernier#live.ca> Co-authored-by: Adam WΓ³jcik <[email protected]>
π― Aim
Adds support for NVM, NVS, or no Node Version Manager, and a VS Code Setting to control the choice. As discussed with @VesaJuvonen, needed for upcoming SPFx workshops.
π· Result
β What was done
Added a VSCode setting, and logic to change the command when launching a new terminal.
π Related issue
No issues man, we're all good!