seanfisher / nvm-vscode

Shows how to use NVM with VS Code

Home Page:https://www.seafish.io/blog/nvm-and-vs-code/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NVM and Visual Studio Code (VSCode)

This repository is an example of how to use NVM with Microsoft Visual Studio Code (VSCode). For more details see the companion blog post.

Open this project up using VS Code and run it - you might need to chmod +x node.sh to have the script be executable. You'll see that VS code will run the project using the version of node in the .nvmrc file.

About

Shows how to use NVM with VS Code

https://www.seafish.io/blog/nvm-and-vs-code/


Languages

Language:Shell 57.6%Language:JavaScript 42.4%