michaelgmcd / vscode-language-babel

VSCode syntax highlighting for today's JavaScript
https://marketplace.visualstudio.com/items?itemName=mgmcdermott.vscode-language-babel
MIT License
131 stars 17 forks source link

Enable vscode-language-babel to work with VS Code on the Web #97

Closed isidorn closed 2 years ago

isidorn commented 2 years ago

:wave: 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 vscode-language-babel can run in the web, and we have a guide for enabling extensions for the web here. As a couple of highlights:

If this is not possible I noticed that you also contribute a grammars, so it would be cool if you could use when context keys to disable all other non grammar contributions when in web, such that grammars still work in the web.

Please let us know if you have questions or feedback on enabling your extension for the web - our team would love to learn from your experiences and collaborate. Thank you!

michaelgmcd commented 2 years ago

This should be supported in 0.036

isidorn commented 2 years ago

@michaelgmcd awesome, thanks a lot 👏