garethflowers / vscode-portable

Portable version of the Visual Studio Code editor.
https://garethflowers.dev/vscode-portable/
GNU General Public License v2.0
512 stars 71 forks source link

Update README.md #23

Closed omarben closed 7 years ago

omarben commented 7 years ago

You need Node to do anything. Instructions on how-to run portable Node and then portable Visual Code might be helpful. I created my own version of portable Visual Code that has a version of Node bundled with it. I use a batch file that sets up Node dir in path before it call portable Visual Code.

garethflowers commented 7 years ago

Node is not required to run Visual Studio Code.

Bear in mind a lot of people use VSCode to write a host of supported languages...

omarben commented 7 years ago

Gareth,

Thanks for the response and for your contributions to portable apps.

I'm using it for JavaScript, C++ and XML.

If I want to run a linter on any of these languages...

I need Node right?

You need Node.js installed and available in your $PATH to run an extension.

So Node.js is NOT required to run Visual Code... You only NEED Node.js if you want to run ANY extension.