Skip to content

What is the difference between Code Server and VS Code Web #3523

Answered by jsjoeio
cuining asked this question in Q&A
Discussion options

You must be logged in to vote

Based on the link you gave, it says for VS Code Web:

Note: Do not use this setup for any serious development. The intent is to allow the community to contribute changes back to VS Code to improve the overall experience in the browser.

Whereas code-server is for serious development. It's similar to other web IDEs like StackBlitz, Codesandbox, Replit.

Really, the main thing between VS Code and code-server is being able to access your editor from a web browser. This means:

  • you could host your code-server instance on a remote machine and access from anywhere
  • you could access via an Android phone/tablet or an iPad

The possibilities are endless! Hope that helps :)

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@cuining
Comment options

@jsjoeio
Comment options

@cuining
Comment options

@jsjoeio
Comment options

Answer selected by jsjoeio
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