@yoshino-s/vscode-web
v1.129.1
Published
VS Code web build with github1s customizations
Readme
vscode-web
VS Code Web build wrapper based on conwnet/github1s/vscode-web.
This repository keeps the original github1s approach:
- Clone the upstream
microsoft/vscodesource at the version recorded in.VERSION. - Apply a small set of github1s-style runtime patches.
- Run the upstream VS Code Web build tasks.
- Package the static web assets into
dist/.
Commands
npm ci
npm run clone
npm run patch
npm run build:vscode
npm run build:package
npm run build:nlsOr run everything:
npm run buildUpdate the VS Code version:
npm run set-version -- 1.129.1Output layout
dist/ contains the deployable web assets:
dist/index.htmldist/vscode/dist/extensions/dist/dependencies/— renamed from upstreamnode_modulesdist/nls/
GitHub Actions
.github/workflows/build-vscode-web.yml can be run manually, and also polls the latest
microsoft/vscode release daily. When a new VS Code release is detected, it builds and force-pushes
the packaged assets to the dist branch.
