Skip to content

what is the relation between opensumi and vs code? #541

Answered by erha19
weibinzhu asked this question in Q&A
Discussion options

You must be logged in to vote

@weibinzhu

Firstly, OpenSumi is not forked from VS Code.

We need to follow some code designs and standard Extension APIs of VS Code cause we hope to be compatible with the extension ecosystem of VS Code at the begging.

We have some notable differences from VS Code:

  • We are a framework, but VS Code is an IDE product.
  • We build the web frontend with React, but VS Code uses pure JS.
  • We support a lot of views custom API on sumi API, a developer can use module or extension to custom all the views you see.

Also, you can see all our code on the repo opensumi/core, many of them are implemented independently.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by erha19
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