Description
VS code runs in the web browser at github.dev. To try this, go to a github repository and press the period key .
, or replace ".com" in the repo url with ".dev". It is possible to install extensions in the web version. For example, GitLens is fully supported. The Python extension can also be used in the browser, but with limited functionality. On installation, you'll see this message:
'Python' has limited functionality in Visual Studio Code for the Web.
Only Partial IntelliSense supported.
Contains extensions which are not supported.
The Zig extension is not compatible. If you try to install it, you'll see "The 'Zig Language' extension is not available in Visual Studio Code for the Web. Learn Why"
I understand it might be very complex to get the full range of features supported in the browser. For example, maybe it's a huge amount of work to get ZLS running in the browser.
For this ticket, I'm only suggesting an mvp to get it installable in the browser with at least one useful feature working. For example, syntax highlighting would be great. Introducing that feature alone is enough to make github.dev superior to github.com for reviewing pull requests.