A fork of @Felx-B's excellent build pipeline for creating a web-ready compilation of Visual Studio Code, similar to the Visual Studio Code for Web Playground.
This version does a couple of minor manipulations to the compiled files, and deploys everything to Cloudflare Workers.
This project is deployed at https://vscode.glenstack.workers.dev/. Although currently quite useless (the files are simply stored in memory), we have plans to create or adapt extensions to allow editing of files on GitHub and/or of local files using the new File System Access API.
Any other suggestions are welcome.
To build from source, you need the same prerequisites as VSCode.
-
git clone [email protected]:glenstack/vscode-workers.git
-
cd vscode-workers
-
yarn
-
yarn build
-
yarn prepare-build
-
yarn demo