Home  >  Article  >  Development Tools  >  What is vscode developed with?

What is vscode developed with?

angryTom
angryTomOriginal
2019-11-18 17:28:149806browse

What is vscode developed with?

What is vscode developed with?

VS Code is based on Electron (originally called Atom Shell) for development. Electron is based on Node.js (as a back-end runtime) and Chromium (as a front-end rendering), allowing developers to use front-end technologies such as HTML, CSS and JavaScript to develop cross-platform desktops GUI application.

Atom, GitHub Desktop, Slack, Microsoft Teams, WordPress Desktop and other well-known software are all developed based on Electron.

Related recommendations: "vscode Usage Tutorial"

The other main components of VS Code are:

● Monaco Editor

● Language Server Protocol

● Debug Adapter Protocol

● Xterm.js

Extension:

Electron is developed by Github, using HTML, CSS and JavaScript An open source library for building cross-platform desktop applications. Electron does this by merging Chromium and Node.js into the same runtime environment and packaging them as apps for Mac, Windows and Linux systems.

The above is the detailed content of What is vscode developed with?. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn