Difference between revisions of "Visual Studio Code"
(I see "visual studio code" as the canonical name in other sources) |
Mpodshivalin (talk | contribs) (warning about the official download page provinding proprietary builds) |
||
Line 9: | Line 9: | ||
<code>"telemetry.enableCrashReporter": false | <code>"telemetry.enableCrashReporter": false | ||
"telemetry.enableTelemetry": false</code> | "telemetry.enableTelemetry": false</code> | ||
+ | |||
+ | 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) | ||
|Homepage URL=https://code.visualstudio.com/ | |Homepage URL=https://code.visualstudio.com/ | ||
+ | |Is High Priority Project=No | ||
|VCS checkout command=git clone https://github.com/Microsoft/vscode.git | |VCS checkout command=git clone https://github.com/Microsoft/vscode.git | ||
+ | |Decommissioned or Obsolete=No | ||
|Version identifier=0.10.8 | |Version identifier=0.10.8 | ||
|Version date=2016/02/05 | |Version date=2016/02/05 | ||
Line 19: | Line 23: | ||
|Submitted by=BenCook | |Submitted by=BenCook | ||
|Submitted date=2016/04/13 | |Submitted date=2016/04/13 | ||
− | | | + | |Accepts cryptocurrency donations=No |
+ | |Test entry=No | ||
|Is GNU=No | |Is GNU=No | ||
}} | }} |
Latest revision as of 06:59, 3 July 2019
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.