Skip to content

Getting started in VSCode

Limon Monte edited this page Dec 19, 2019 · 4 revisions

1. Open the project by opening the flowcrypt-browser.code-workspace file:

cd flowcrypt-browser
code flowcrypt-browser.code-workspace

Alternatively, you can run code flowcrypt-browser and then press the "Open Workspace" button:

image

By doing this VSCode will pick up all necessary settings for extensions like TSLint, ESLint, Stylelint, etc.

2. Right after opening flowcrypt-browser's workspace, VSCode will ask you to install recommended extensions:

image

Install them and you're good to go! Happy coding!