What's diffrents between "127.0.0.1:8080 - INSTALLED" and "BROWSER - INSTALLED"

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?
No description
9 Replies
zounce
zounce5mo ago
The BROWSER - INSTALLED ones are web extensions the 127.0.0.1:8080 - INSTALLED ones are just regular vs code extensions running on the code server host
Jasper
JasperOP5mo ago
interesting... Can you give me an example, I don't know which extension is web extension. I want to try it
zounce
zounce5mo ago
I'm not sure if there's a filter in vscode, but if you visit https://github.dev/github/dev and go to extensions, anything you can install is a web extension
Jasper
JasperOP5mo ago
No description
Jasper
JasperOP5mo ago
Actually, I tried, so I'm even more confused. At first, On github.dev and vscode.dev, there is only one "INSTALLED", no "BROWSER - INSTALLED". Then, any plugins I install on code-server will appear in the "127.0.0.1:8080 - INSTALLED" not "BROWSER - INSTALLED".
Jasper
JasperOP5mo ago
No description
zounce
zounce5mo ago
I'm not 100% on why they might be not showing up under BROWSER - INSTALLED, but just because it's a web extension doesn't mean it can't also be a regular extension I would probably assume code server has automatically switched the web extensions to their regular variants opportunistically since there wouldn't be much point running it in the browser if you can just run it on the host ... which would make the BROWSER - INSTALLED section useless on code server, which I think is the case
Jasper
JasperOP5mo ago
Ok, Thanks for your reply.
Codercord
Codercord5mo ago
@Phorcys closed the thread.

Did you find this page helpful?