Go to file
2017-02-07 15:57:22 -08:00
.vscode Remove invalid debug target (fixes #19908) 2017-02-07 16:28:05 +01:00
build Merge pull request #19387 from chirag64/npmignore-fix 2017-02-06 11:37:53 +01:00
extensions Use types tsconfig option where possible 2017-02-07 15:57:22 -08:00
i18n Merged in translations 2017-02-06 09:58:19 +01:00
resources Copy code-icon.svg to near where it is used (fixes #19541) 2017-02-07 07:59:55 -08:00
scripts Some perf tweaks 2017-02-01 06:59:32 -08:00
src Hide watermark based on editor part size (fixes #16130) 2017-02-07 11:32:15 -08:00
test #17110 Move sinon to fix compilation issue 2016-12-13 18:50:23 +01:00
.editorconfig Add trim_trailing_whitespace to .editorconfig 2016-04-07 23:49:15 -07:00
.eslintrc add eslint as dev-dependency 2016-09-05 12:04:54 +02:00
.gitignore Travis builds post coverage info to coveralls.io and add README badge. 2016-07-26 08:28:07 -07:00
.mention-bot update mention bot configuration 2016-07-11 16:43:26 +02:00
.travis.yml git clone nvm with --depth 1, to make clone faster 2017-02-05 18:51:22 +08:00
appveyor.yml VSCODE_BUILD_VERBOSE: false 2016-11-21 13:29:54 +01:00
CONTRIBUTING.md Added tips 2017-01-09 14:11:10 -08:00
gulpfile.js catch unhandled promise rejections in build 2017-01-13 09:12:06 +01:00
issue_template.md added link to stack overflow 2017-01-11 14:45:48 +01:00
jsconfig.json Fixes 14391: Format Selection and Format Document don't do anything for JavaScript 2016-10-27 15:20:16 +02:00
LICENSE.txt Add range on the copyright year 2017-01-12 08:19:23 +07:00
npm-shrinkwrap.json Use patched emmet to support svg and orphaned quote bug (#19655) 2017-02-07 08:54:54 -08:00
OSSREADME.json Update to electron 1.4.x (#15298) 2016-11-14 14:27:53 +01:00
package.json Use patched emmet to support svg and orphaned quote bug (#19655) 2017-02-07 08:54:54 -08:00
product.json Use license in product.json for rpm 2016-12-13 21:10:29 -08:00
README.md Added download links for stable and insiders 2017-01-06 10:43:26 -08:00
ThirdPartyNotices.txt oss 2017-01-26 15:43:15 +01:00
tsfmt.json add typescript-formatter as dev dependency 2016-10-07 17:25:20 +02:00
tslint.json update to tslint 4.0 2017-01-11 09:00:57 +01:00

Visual Studio Code - Open Source

Build Status Build status Coverage Status Gitter

VS Code is a new type of tool that combines the simplicity of a code editor with what developers need for their core edit-build-debug cycle. Code 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, Mac and Linux on VS Code's website. To get the latest releases everyday, you can install the Insiders version of VS Code. This builds from the master branch and is updated at least daily.

VS Code in action

The vscode repository is where we do development 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:

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

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.

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

License

Copyright (c) Microsoft Corporation. All rights reserved.

Licensed under the MIT License.