Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

Answeredbycode-asher
saltbo asked this question inQ&A
Discussion options

image

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?

You must be logged in to vote

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.

Replies: 1 comment

Comment options

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.

You must be logged in to vote
0 replies
Answer selected bysaltbo
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Category
Q&A
Labels
None yet
2 participants
@saltbo@code-asher

[8]ページ先頭

©2009-2025 Movatter.jp