-
-
Notifications
You must be signed in to change notification settings - Fork 136
Open
Description
👋 I'm Isidor, a PM from the VS Code team, and we recently announced VS Code for the Web at https://vscode.dev/, which provides a free, zero-install Microsoft Visual Studio Code experience running entirely in your browser. You can learn more here.
We'd like to ensure Spell Checker can run in the web, and we have a guide for enabling extensions for the web here. As a couple of highlights:
- In VS Code for the Web, both the UI and extension host run inside the browser.
- A web extension is structured like a regular extension, but with a different main file: it's defined by the
browserproperty - Access to workspace files needs to go through the VS Code file system API accessible at
vscode.workspace.fs - There are currently three ways to test a web extension
Looking at your extension the effort to transition to web will not be straight forward, however I wanted to create this issue so we start a discussion. Let us know if we can help.
fyi @aeschli since I know you also planned to look into this extension
Thank you!
TylerLeonhardt, arznaar, MillironX, Lemmingh, KyleMit and 5 morearznaar, tschundler and Akxe
Metadata
Metadata
Assignees
Labels
No labels