Giter VIP home page Giter VIP logo

vscode-web's Introduction

VSCode Web

This project is aimed to build a web version of VSCode, this is not a fork, simply a web compilation of the VSCode project.

Here is a StackBlitz sample https://stackblitz.com/edit/vscode-web

A similar compilation is used to generate VSCode Web and Github Dev

Update

Microsoft recently open sourced VSCode web compilation, so I simplified the build process to use the official compilation (no more tweak needed). Some modification have been made in the index.html file.

Use case

This project can be used to build a strong web file editor/reader. You need to implement your own FileSystemProvider through extension. Additional you can also use proposed API to implement a TextSearchProvider and FileSearchProvider.

Sample project

This project is aimed to be used through npm package to avoid consumer to recompile whole solution.

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

cd ./sample
yarn
yarn sample

Extension Gallery

Based on VS MarketPlace rules, you are not allowed to consume VSCode Marketplace from your own VSCode Web But Open VSX Registry is here to provide an alternate marketplace.

See the product.json file in sample folder to configure it.

Build from source

To build from source, you need same prerequisites as vscode : VSCode Prerequisites

Then simply run following commands

yarn
yarn build

Run demo

To run the demo you need to build from source, then run following commands

yarn prepare-demo
yarn demo

vscode-web's People

Contributors

bcho avatar felx-b avatar gitmensch avatar matusfaro avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.