Go to file
2018-11-19 10:46:19 +01:00
.github Allow-list cleidigh and usernamehw (#56883) 2018-11-07 21:28:18 +01:00
.vscode remove default fields from launch.json 2018-11-15 15:56:13 +01:00
build rename tfs to azure-pipelines 2018-11-19 10:46:19 +01:00
extensions Better readability for util.ts 2018-11-18 19:42:02 -08:00
resources Merge pull request #62739 from RDIL/master 2018-11-08 08:42:57 -08:00
scripts Run .integrationtest.js tests first 2018-10-29 15:24:55 -07:00
src remove winjs tpromise from async 2018-11-19 10:22:06 +01:00
test fix smoke test 2018-11-19 10:22:06 +01:00
.editorconfig
.eslintrc.json eslintrc: Mark as root config 2018-09-10 11:51:23 -04:00
.gitattributes use git attributes 2018-03-05 12:42:22 +01:00
.gitignore bundle into dist folder, copy ask-pass shell scripts into dist, some 💄 2018-08-09 15:31:31 +02:00
.mention-bot
.nvmrc Add .nvmrc file 2017-12-06 19:10:45 +02:00
.yarnrc bump electron@2.0.12 2018-10-24 12:13:36 +02:00
azure-pipelines.yml rename tfs to azure-pipelines 2018-11-19 10:46:19 +01:00
CODE_OF_CONDUCT.md
CONTRIBUTING.md Fix whitespace errors in markdown files 2018-10-31 10:40:37 -07:00
gulpfile.js Fixes #56255: Remove unnecessary code 2018-08-17 17:03:08 +02:00
LICENSE.txt fix line endings 2018-03-05 12:47:11 +01:00
OSSREADME.json bump electron@2.0.12 2018-10-24 12:13:36 +02:00
package.json Prepare testing system proxy settings 2018-11-16 15:50:00 +01:00
product.json allow references view to use proposed api, add as built in extension 2018-11-02 12:50:17 +01:00
README.md Fix whitespace errors in markdown files 2018-10-31 10:40:37 -07:00
ThirdPartyNotices.txt osstool 1.29 2018-10-29 15:40:45 +01:00
tsfmt.json fix hygiene 2018-03-06 15:45:32 +01:00
tslint.json Add tslint rule banning new Buffer 2018-10-25 10:05:34 -07:00
yarn.lock Pick up new tslint version 2018-11-15 17:44:56 -08:00

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 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.