What web UI framework is VS Code built using?

440 views Asked by At

I want to build an app like Visual Studio Code. I know it's built using electron, but I don't know what web framework they have used with electron.

1

There are 1 answers

0
starball On

None. Quoting Erich Gamma from What frontend framework does VS Code use?,

What many people don't know is that we decided to not use any UI frameworks from the beginning, and that's still true today because performance is very important to us, and we want to be to be fully in control of our own destiny right? So we don't want to chase a framework or track some performance from in the framework. We want to be directly as close to the DOM as possible.

That also applies to Monaco- the editor component of VS Code.