Skip to content

Getting Started in VSCode

Limon Monte edited this page Dec 13, 2019 · 2 revisions
  1. Open the project by opening the flowcrypt-browser.code-workspace file:
cd flowcrypt-browser
code flowcrypt-browser.code-workspace

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

  1. Right after running code flowcrypt-browser.code-workspace, VSCode will ask you to install recommended extensions:

image

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

Clone this wiki locally