Add development steps

This commit is contained in:
Asher
2019-07-02 11:33:27 -05:00
parent d808bfaec6
commit 57a8186e88
4 changed files with 326 additions and 5075 deletions

View File

@@ -50,11 +50,17 @@ Quickstart guides for [Google Cloud](doc/admin/install/google_cloud.md), [AWS](d
How to [secure your setup](/doc/security/ssl.md).
## Build
- Run `yarn build ${vscodeVersion}`in this directory (for example, `yarn build 1.35.0`).
## Development
- Clone this as `vs/src/server` in the VS Code source.
- Run `yarn watch-client`in the VS Code root.
- Run `node out/vs/server/main.js`.
- Clone VS Code.
- Clone code-server to `src/vs/server` in the VS Code source.
- Run `yarn` in this directory (only need to do this once).
- Run `yarn watch` in this directory.
- Wait for the initial compilation to complete.
- Run `yarn start` in this directory.
- Visit `http://localhost:8443`.
### Known Issues