Visual Studio Code
 
 
 
 
 
 
Go to file
Benjamin Pasero cb71a9f7f8 💄 build files 2019-03-14 12:25:42 +01:00
.github explorer issues back to isidorn 2019-02-18 07:51:51 +01:00
.vscode Minor tweaks for #65137 2019-02-15 17:41:09 +01:00
build Use artifact caching build tasks 2019-03-13 14:56:30 +01:00
extensions Merge pull request #70090 from svipas/css-triggerPropertyValueCompletion-setting 2019-03-13 12:34:24 -07:00
resources debt - avoid approot for resources in renderer (#70237) 2019-03-11 18:43:10 +01:00
scripts Enable Windows integration tests 2019-02-12 11:13:20 -08:00
src 💄 build files 2019-03-14 12:25:42 +01:00
test Fix #70389 - fix search smoke test 2019-03-13 18:55:30 +00:00
.editorconfig
.eslintrc.json
.gitattributes
.gitignore
.mention-bot
.nvmrc
.yarnrc bump electron@3.1.6 2019-03-10 12:40:50 +01:00
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE.txt
README.md Try again 2019-02-14 12:46:21 +01:00
ThirdPartyNotices.txt OSS tool 2019-02-24 16:56:33 -08:00
azure-pipelines.yml
cglicenses.json
cgmanifest.json bump electron@3.1.6 2019-03-10 12:40:50 +01:00
gulpfile.js Adopt task.define (better task names) 2019-02-12 20:43:55 +01:00
package.json update distro 2019-03-12 17:15:55 +01:00
product.json
tsfmt.json
tslint.json Add terminal-specific tslint rule to allow vscode-xterm imports 2019-03-04 16:56:26 -08:00
yarn.lock vscode-xterm@3.13.0-beta1 2019-03-08 09:44:26 -08:00

README.md

Visual Studio Code - Open Source

Build Status Feature Requests Bugs Gitter

VS Code is a type of tool that combines the simplicity of a code editor with what developers need for their core edit-build-debug cycle. It provides comprehensive editing and debugging support, an extensibility model, and lightweight integration with existing tools.

VS Code is updated monthly with new features and bug fixes. You can download it for Windows, macOS, and Linux on VS Code's website. To get the latest releases every day, you can install the Insiders version of VS Code. This builds from the master branch and is updated daily at the very least.

VS Code in action

The vscode repository is where VS Code is developed and there are many ways in which you can participate in the project, for example:

Contributing

If you are interested in fixing issues and contributing directly to the code base, please see the document How to Contribute, which covers the following:

Please also see our Code of Conduct.

Feedback

Many of the core components and extensions to Code live in their own repositories on GitHub. For example, the node debug adapter and the mono debug adapter have their own repositories.

For a complete list, please visit the Related Projects page on our wiki.

Bundled Extensions

Code ships with a set of extensions. These extensions are located in the extensions folder. These extensions include grammars and snippets for several languages. Extensions that provide rich language support (code completion, go to definition) for a language have the suffix 'language-features'. For example, the 'json' extension provides coloring for JSON and the 'json-language-features' provides rich language support for JSON.

License

Copyright (c) Microsoft Corporation. All rights reserved.

Licensed under the MIT License.