openvscode-server
                                
                                 openvscode-server copied to clipboard
                                
                                    openvscode-server copied to clipboard
                            
                            
                            
                        Allow the app to be installed as a PWA
The app already includes a manifest.json -  but it's lacking some details. Most notably:
- It has no Service Worker included, so Chrome etc. says "no"
- the app lacks any proper icons (although this also applies to favicons) - maybe some should be added :)
+1 love to see this, code-server has this great option, but I love Gitpod 😄
It does allow you to at least create the app on iPadOS in Safari, but it uses the redirect URL without the token, so when you try to open it, you get a "Forbidden" message.
Please see https://github.com/microsoft/vscode/issues/135553 for tracking progress on this issue.
Seems like this has been implemented now upstream in https://github.com/microsoft/vscode/issues/135553.
Seems like this has been implemented now upstream in microsoft#135553.
Yes indeed, thanks for noticing. Before we close this, I want to wait until we ship insiders today, I have a feeling this will not work right away since this mainly affects vscode.dev.
Any updates on this? (Would love to have this feature to address keyboard shortcuts etc.)
This is a very needy feature (also easy to implement), I don't know why it's taking a year-long time. I am coming from a codespace and the experience is not matching due to PWA here in the GitPod.
anyway this helped me for now https://github.com/gitpod-io/gitpod/issues/1445#issuecomment-1028706854
Is this still relevant?