From 197d8dba9396cff3bf8dba9cb6fe4b38d35ce1cc Mon Sep 17 00:00:00 2001 From: Asher Date: Fri, 5 Jul 2019 12:07:35 -0500 Subject: [PATCH] Need to run `yarn compile` once To build the extensions for development. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cfcea82f..69f7d67b 100644 --- a/README.md +++ b/README.md @@ -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.