-
Notifications
You must be signed in to change notification settings - Fork 38
Style Guide: Setting up Visual Studio Code
creesch edited this page Jun 5, 2019
·
1 revision
Visual Studio Code is a popular free editor made by microsoft that is very configurable and extendable through extensions. With the
- Download nodejs, from this website and install it.
- Install ESlint with the commandline command
npm install -g eslint
- Install Visual Studio Code
- In VS Code go to the extensions menu (Ctrl+Shift+X) and install the following extensions:
- If you haven't clone the toolbox repository.
- Open the repository directory in VS code.
- You are ready to start contributing!