chore(vscode): update to 1.55.2

This commit is contained in:
Akash Satheesan
2021-04-09 11:32:27 +05:30
1102 changed files with 39988 additions and 23544 deletions

View File

@@ -5,7 +5,7 @@ Make sure you are on **Node v12.x**.
### Quick Overview
```bash
# Build extensions in repo (if needed)
# Build extensions in the VS Code repo (if needed)
yarn && yarn compile
# Install Dependencies and Compile
@@ -22,9 +22,10 @@ yarn smoketest --web --browser [chromium|webkit]
# Build (Electron)
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)
yarn smoketest --build <path to server web build> --web --browser [chromium|webkit]
yarn smoketest --build <path to server web build (ends in -web)> --web --browser [chromium|webkit]
# Remote (Electron)
yarn smoketest --build <path to latest version> --remote