Visual Studio Code for browser
npm install vscode-webHere is a StackBlitz sample
https://stackblitz.com/edit/vscode-web
A similar compilation is used to generate VSCode Web and Github Dev
index.html file.FileSystemProvider through extension. TextSearchProvider and FileSearchProvider.Sample project can be found in this repository to illustate vscode-web usage. This sample is not fully functional as it misses a FileSystemProvider extension.
To run sample project
``sh`
cd ./sample
yarn
yarn sample
See the product.json file in sample folder to configure it.
To build from source, you need same prerequisites as vscode :
VSCode Prerequisites
Then simply run following commands
``
yarn
yarn build
To run the demo you need to build from source, then run following commands
```
yarn prepare-demo
yarn demo