File
Edit
View
Go
Run
Terminal
Help
Visual Studio Code Setup
Welcome to VSCode community
Prerequisites
- Have latest nodejs running on your machine.
- Here is the link to download latest nodejs.
- Ensure "code" cmd runs on your terminal. If not then follow this link to configure that.
Steps to submit your extenions
- Go to the git link here.
- Download or clone the code on your machine.
- Run "node -v" to ensure latest nodejs is running on your machine.
- Run "npm install".
- Run "node standalone.js" from the root of the project and check for success message.
- In case of error check the message on terminal to fix and try again.
- Once done navigate to extensions to view what others have submitted.