-
Notifications
You must be signed in to change notification settings - Fork 3
Development Environment
asanzo edited this page May 1, 2022
·
17 revisions
Visual Studio Code (most recent version) with these extensions
- Auto Import, steoates
- ESLint, Microsoft
- Import Cost, Wix
- Move TS, tnrich
Must confirm which of these extension should we use:
- Jest, Orta
- Jest Runner, firsttris
- Test Explorer UI, Holger Benl
Must confirm if we should add Prettier as a formatter for VSCode:
- Prettier - Code Formatter, Prettier
- Prettier ESLint, Rebecca Vest
Additional extensions recommended:
- Local History, xyz
- GitLens - Git supercharged, Eric Amodio
- Git History, Don Jayamanne
- Git Graph, mhutchie
- TabNine, TabNine
Make sure you are using the right version of node by running this command:
nvm use
This should show something like:
Found '/home/.../wollok-linter/.nvmrc' with version <v15.4.0>
Now using node v15.4.0 (npm v7.0.15)
- Clone this repo locally
- Go to root folder and download dependencies
npm i
Just use the Run menu inside Visual Studio Code: