Visual Studio Code Components
A very brief look into the Visual Studio Code editor: It is made up of three main parts: UI Framework Editor Engines The UI Framework is Electron, which is the same one that powers the Atom editor. Electron is built on Chromium and Node.js The editor is Monaco, which is the same one that powers Visual Studio Online The engines…