Go to file
Daniel Imms 3340cd42c9 Associate .atom with XML
.atom feeds (application/atom+xml) are similar to .rss.
2015-12-07 23:00:35 -08:00
.vscode place electron in .build/electron 2015-11-26 09:03:36 +01:00
build Try to render keybindings with their physical labels 2015-12-04 13:47:07 +01:00
extensions Associate .atom with XML 2015-12-07 23:00:35 -08:00
resources better icons for OSS distro 2015-11-17 07:37:42 +01:00
scripts set ELECTRON_DEFAULT_ERROR_MODE when running code.bat and crash reporter is not enabled 2015-12-01 15:26:04 +01:00
src Fixes for PR #961 2015-12-07 18:51:04 +01:00
test adopt loader error handling 2015-12-02 16:34:14 +01:00
.editorconfig Fixed comments 2015-11-28 13:23:56 +07:00
.gitignore place electron in .build/electron 2015-11-26 09:03:36 +01:00
.travis.yml Update .travis.yml 2015-11-25 09:49:27 +01:00
appveyor.yml Update appveyor.yml 2015-11-25 17:06:08 +01:00
gulpfile.js gulp hygiene 2015-11-24 19:09:38 +01:00
LICENSE.txt Hello Code 2015-11-13 14:39:38 +01:00
npm-shrinkwrap.json Adopt fixed oniguruma on windows 8 2015-12-07 10:49:17 +01:00
OSSREADME.json update OSS readme for electron update 2015-12-01 18:26:32 +01:00
package.json use ~1.7.3 2015-12-07 16:11:47 +01:00
product.json Add licenseURL to default product.json pointing to MIT License in repo 2015-12-02 20:20:47 -08:00
README.md fix appveyor badge 2015-11-26 19:07:12 +01:00
ThirdPartyNotices.txt Update ThirdPartyNotices.txt 2015-11-17 14:54:45 -08:00

Visual Studio Code - Open Source

Build Status Build status

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.

vscodereadme

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:

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

MIT