Skip to content

glenstack/vscode-workers

 
 

Repository files navigation

VSCode Workers

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.

Screenshot of Visual Studio Code running on Cloudflare Workers

This version does a couple of minor manipulations to the compiled files, and deploys everything to Cloudflare Workers.

Getting Started

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.

Building from source

To build from source, you need the same prerequisites as VSCode.

  1. git clone git@github.com:glenstack/vscode-workers.git

  2. cd vscode-workers

  3. yarn

  4. yarn build

  5. yarn prepare-build

  6. yarn demo

Languages

  • JavaScript 83.7%
  • TypeScript 16.3%