Skip to content

Difference between webcontainer and browser vs code extensions? #2842

Answered by samdenty
Readf0x asked this question in Q&A
Discussion options

You must be logged in to vote

This split comes from the move we did a while back to https://code.visualstudio.com/docs/remote/vscode-server#_architecture. We run a webcontainer process with vscode server, and so all extensions in webcontainer are ran inside node.js processes.

The browser extensions i haven't personally been able to install yet, but they are web worker extensions and run in a more restricted sandbox. They're more lightweight than webcontainer ones and often are made to be specifically browser-compatible - whereas webcontainer ones sometimes can be hit and miss depending on whether they use native linux commands etc. which we don't support

But yeah the split is confusing because everything is running in…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Readf0x
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants