-
My first impression on opensumi is quite similar to vs code's. |
Beta Was this translation helpful? Give feedback.
Answered by
erha19
Mar 3, 2022
Replies: 1 comment
-
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:
Also, you can see all our code on the repo opensumi/core, many of them are implemented independently. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
erha19
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@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:
sumi
API, a developer can usemodule
orextension
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.