What is vscode developed with?

angryTom
Release: 2019-11-18 17:28:14
Original
9735 people have browsed it

What is vscode developed with?

What is vscode developed with?

VS Code is based onElectron(originally called Atom Shell) for development. Electron is based onNode.js(as a back-end runtime) andChromium(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!

Related labels:
source:php.cn
Statement of this Website
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
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!