Go to file
Erich Gamma bd56518003 Create CODE_OF_CONDUCT.md
To comply with github's recommended community standards https://github.com/blog/2380-new-community-tools
2017-08-26 18:15:04 +02:00
.github Configure for 1.15 2017-08-01 12:00:42 -07:00
.vscode Merge pull request #32390 from dlech/run-dev-problem-matcher 2017-08-14 11:07:22 +02:00
build replace MarkedString with object-type IMarkdownString, #29076 2017-08-23 15:53:39 +02:00
extensions Fix gulp imports quote 2017-08-25 19:20:10 -07:00
i18n 2017-07-29. Merged in translations from Transifex. 2017-07-29 16:07:07 -07:00
resources set background color for code icon on linux 2017-08-23 07:37:19 +02:00
scripts Merge branch 'master' into electron/1.7.4 2017-08-08 07:21:28 -07:00
src multi root - migrate hot exit to new workspace id 2017-08-26 13:54:29 +02:00
test smoke test: fix bad code 2017-08-25 15:02:59 +02: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 Add dependency on libsecret-1-dev 2017-07-21 16:28:20 -07:00
appveyor.yml fix windows build on appveyor 2017-05-31 11:01:36 +02:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2017-08-26 18:15:04 +02: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
LICENSE.txt Add range on the copyright year 2017-01-12 08:19:23 +07:00
npm-shrinkwrap.json Uplevel xterm.js 2017-08-25 13:21:06 -07:00
OSSREADME.json Update ThirdPartyNotices.txt 2017-06-30 12:55:56 -07:00
package.json Fixes #32990: Call our own version of exit which does not wait for a debugger to disconnect (on the extension host) 2017-08-25 16:32:18 +02:00
product.json Hide input focus tracker, cleanup 2017-08-25 19:21:58 -07:00
README.md Added oxford comma and fixed macOS spelling 2017-07-18 09:42:13 +01:00
ThirdPartyNotices.txt Update distro commit hash 2017-08-03 16:40:53 -07:00
tsfmt.json Add typescript and javascript format.insertSpaceBeforeFunctionParenthesis (#21712) 2017-03-02 12:49:22 -08:00
tslint.json Move extension service code to vs/workbench/services/extensions 2017-08-14 16:57:53 +02: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, macOS, 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.