Update README.md

This commit is contained in:
Erich Gamma 2021-03-23 14:54:30 +01:00 committed by GitHub
parent a535549d89
commit 73b9e6679d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,7 @@ Make sure you are on **Node v12.x**.
### Quick Overview ### Quick Overview
```bash ```bash
# Build extensions in repo (if needed) # Build extensions in the VS Code repo (if needed)
yarn && yarn compile yarn && yarn compile
# Install Dependencies and Compile # Install Dependencies and Compile
@ -22,6 +22,7 @@ yarn smoketest --web --browser [chromium|webkit]
# Build (Electron) # Build (Electron)
yarn smoketest --build <path to latest version> --stable-build <path to stable version> yarn smoketest --build <path to latest version> --stable-build <path to stable version>
example: yarn smoketest --build /Applications/Visual\ Studio\ Code\ -\ Insiders.app --stable-build /Applications/Visual\ Studio\ Code.app/
# Build (Web - read instructions below) # Build (Web - read instructions below)
yarn smoketest --build <path to server web build> --web --browser [chromium|webkit] yarn smoketest --build <path to server web build> --web --browser [chromium|webkit]