-
Notifications
You must be signed in to change notification settings - Fork 29.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Web: Firefox support #85252
Comments
Move this item to backlog as there are blockers that we want to track. |
This should be fixed as of yesterday (in 78+: https://bugzilla.mozilla.org/show_bug.cgi?id=1361876#c21) |
@miketaylr and I can help from the Firefox side to find the right bugs, people and input. Feel free to cc us on similar bugs. |
@miketaylr @digitarald thanks for your help, I'll give it a try and do another round of accessment. For now the major blockers for us dogfood running VS Code in Firefox IMHO is still keybindings in Full Screen (https://bugzilla.mozilla.org/show_bug.cgi?id=1593883, or https://bugzilla.mozilla.org/show_bug.cgi?id=700123) and PWA (https://bugzilla.mozilla.org/show_bug.cgi?id=1407202). I can also share more details about the keybindings part if you are interested. |
@rebornix I can see fullscreen being important for workflows as it allows full keyboard access. Regarding PWA and to understand how it blocks you: Do you have any insights if users are adding VS Code as installed web app? Is that something that Codespaces encourages users? |
This is currently not yet supported but planned for: https://github.com/MicrosoftDocs/vsonline/issues/43 Nevertheless, in Edge for example I can save a Codespace as "App" even without official PWA support: https://twitter.com/BenjaminPasero/status/1258650064538480640 |
@digitarald we see PWA as an environment for VS Online / Codespace users to embrace a similar desktop like experience as VS Code Desktop. For example, in PWA, users should be able to use |
I understand the added value of PWA for this project with the additional keyboard access it provides, @rebornix. We will continue to make a case for it, listing your use cases. But is the absence of PWA support in Firefox a strong enough reason to block Firefox for online.visualstudio.com, Codespaces and co? |
@digitarald FF is not blocked, it's only an info to the user. On GH Codespaces, the user can dismiss the info. This is not possible on VS Codespaces which is an oversight. |
This is a meta issue for our Firefox support in Web (issue list) and this can be used to track the limitations and gaps we currently see today on Firefox.
Currently we have two major blockers: Full Keybindings Support and PWA.
Ctrl/Cmd+N
to create new file,Ctrl/Cmd+W
to close current file don't work. The experience can be improved only when one of followings upstream issues are resolvedkeyboard.lock
bugzillaBesides, we have some nice-to-haves:
The text was updated successfully, but these errors were encountered: