You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
👋 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 laravel-blade-snippets 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 browser property
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
I saw that you have some node dependencies that might be super easy to replace, however I wanted to create this issue so we get the conversation going.
Also I see that your extension is contributing grammars, so it might make sense to use when clauses and disable other contributions which do not work on the web, but make sure that grammars are still contributed
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!
The text was updated successfully, but these errors were encountered:
@bamurtaugh Yes, I would like to support this extension for the web. Since this extension contains language server, which was contributed by one of the contributors, I am not sure if it would be effected.
👋 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 laravel-blade-snippets can run in the web, and we have a guide for enabling extensions for the web here. As a couple of highlights:
browser
propertyvscode.workspace.fs
I saw that you have some node dependencies that might be super easy to replace, however I wanted to create this issue so we get the conversation going.
Also I see that your extension is contributing
grammars
, so it might make sense to usewhen
clauses and disable other contributions which do not work on the web, but make sure thatgrammars
are still contributedPlease 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!
The text was updated successfully, but these errors were encountered: