Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Felx-B committed Jun 12, 2022
1 parent d9c405a commit 73bf7ac
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Here is a StackBlitz sample
https://stackblitz.com/edit/vscode-web


A similar compilation is used to generate [VSCode Web](https://vscode.dev).
A similar compilation is used to generate [VSCode Web](https://vscode.dev) and [Github Dev](https://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.
Expand All @@ -14,8 +14,6 @@ Some modification have been made in the `index.html` file.
This project can be used to build a strong web file editor/reader. You need to implement your own [`FileSystemProvider`](https://code.visualstudio.com/api/references/vscode-api#FileSystemProvider) through extension.
Additional you can also use [proposed API](https://code.visualstudio.com/api/advanced-topics/using-proposed-api) to implement a `TextSearchProvider` and `FileSearchProvider`.

Sample from official VSCode website consuming Github FileSystemProvider: [Demo](https://vscode-web-test-playground.azurewebsites.net/?enter=true&gh=microsoft/vscode) (requires Github access)

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

Expand All @@ -28,6 +26,12 @@ 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](https://open-vsx.org/) is here to provide an alternate marketplace.

See the [product.json](sample/product.json) file in `sample` folder to configure it.


## Build from source

Expand Down

0 comments on commit 73bf7ac

Please sign in to comment.