Need to run `yarn compile` once

To build the extensions for development.
This commit is contained in:
Asher 2019-07-05 12:07:35 -05:00
parent 3ca90a5f89
commit 197d8dba93
No known key found for this signature in database
GPG Key ID: D63C1EF81242354A
1 changed files with 1 additions and 0 deletions

View File

@ -62,6 +62,7 @@ How to [secure your setup](/doc/security/ssl.md).
- Clone VS Code.
- Run `yarn` in the VS Code root directory.
- Run `yarn compile` in the VS Code root directory.
- Clone this repository to `src/vs/server` in the VS Code source.
- Run `yarn` in this directory.
- Run `yarn watch` in this directory.