What is "install code-server" in Chrome browser? #6755
Replies: 1 comment 2 replies
-
Oh, that's the PWA install prompt. PWAs are progressive web apps. If you install that, then code-server runs as a separate window. It still runs on Chrome, but it appears to have its own standalone app. Another PWA example is most ChromeOS apps that are pre-installed. They open as shortcuts on the Browser, but some apps like GitHub can open in separate windows while running on Chrome, that is, when they are actually "installed"(creating a shortcut and opening a separate window for that tab) Basically this makes it look as though you installed code-server as an app, like VS Code. But still, it runs on Chrome. You can try it, but if you don't like that, you can use it on the browser as you would. |
Beta Was this translation helpful? Give feedback.
-
I am running code-server in a Docker container and accessing it remotely in my Chrome browser.
In the window showing my code-server workspace, I see the following button to the right of the address bar at the top:
What exactly is this?
Beta Was this translation helpful? Give feedback.
All reactions