Visual Studio Code for browser
npm install vscode-web-diggitA similar compilation is used to generate VSCode Web test playground.
FileSystemProvider through extension. TextSearchProvider and FileSearchProvider.Sample from official VSCode website consuming Github FileSystemProvider: Demo (requires Github access)
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
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