What's diffrents between "127.0.0.1:8080 - INSTALLED" and "BROWSER - INSTALLED" #7360
-
My understanding is, the first one is a pre-installed extensions, and the second one is a extension manually installed in the browser. But when I actually operated it, both the pre-installed extensions and the manually installed extensions in the browser appear in the first one. Did I misunderstand something? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
127.0.0.1:8080
refers to the remote, so these are extensions installed on the server itself where code-server is running. These will run on the server in a separate Node process. Most extensions run here.Browser
refers to so-called "web" extensions. These run directly in the browser in a web worker. These are pretty rare in my experience, but the Vim extension is an example of a web extension.