Difference between revisions of "Visual Studio Code"
(Created new page for Visual Studio Code) |
m (added build dependencies) |
||
Line 34: | Line 34: | ||
|Use=editing, web-authoring | |Use=editing, web-authoring | ||
|Works-with=html, text, xml | |Works-with=html, text, xml | ||
+ | }} | ||
+ | {{Software prerequisite | ||
+ | |Prerequisite kind=Required to build | ||
+ | |Prerequisite description=Node.JS v4 | ||
+ | }} | ||
+ | {{Software prerequisite | ||
+ | |Prerequisite kind=Required to build | ||
+ | |Prerequisite description=Python | ||
}} | }} | ||
{{Featured}} | {{Featured}} |
Revision as of 21:53, 13 April 2016
Visual Studio Code
https://code.visualstudio.com/
Source code editor written on Electron framework
Visual Studio Code is a free software source code editor developed by Microsoft. It includes support for debugging, embedded Git control, syntax highlighting, intelligent code completion, snippets, and code refactoring. It is also customizable, so users can change the editor's theme, keyboard shortcuts, and preferences.
Visual Studio Code is based on Electron, a framework which is used to deploy Node.js applications for the desktop running on Blink layout engine. Although it also uses the Electron framework, the software is not a fork of Atom.
Warning: By default, Visual Studio Code will send “anonymous” usage data to Microsoft. To change this, go to File > Preferences > User Settings and add the following two lines.
"telemetry.enableCrashReporter": false
"telemetry.enableTelemetry": false
Warning: version on code.visualstudio.com (official download link) is *proprietary* (see https://code.visualstudio.com/license). In order to get free version it is necessary to build it from the source code (or use Flathub OSS version - com.visualstudio.code.oss)
Licensing
License
Verified by
Verified on
Notes
Leaders and contributors
Resources and communication
Software prerequisites
Kind | Description |
---|---|
Required to build | Node.JS v4 |
Required to build | Python |
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.
The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.