Go to file
2016-01-20 13:27:52 +08:00
.vscode enable the microsoft rules directory 2016-01-14 19:38:28 +01:00
build Merge pull request #1072 from EgorMatirov/arm_building 2016-01-19 17:50:00 +01:00
extensions more clever sortText for TypeScript completion items, fixes #1190 2016-01-19 10:51:02 +01:00
resources Revert "ATOM_SHELL_INTERNAL_RUN_AS_NODE => ELECTRON_RUN_AS_NODE" 2016-01-08 17:32:21 +01:00
scripts replace powershell with findstr 2016-01-20 13:27:52 +08:00
src panel: extract action contribution scope 2016-01-19 17:32:56 +01:00
test Add tests for contextMatchesRules and IOSupport.readKeybindingContexts 2016-01-06 15:12:28 +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 scripts/test 2016-01-04 12:35:35 +01:00
appveyor.yml run proper tests in appveyor 2016-01-11 16:14:46 +01:00
CONTRIBUTING.md Update CONTRIBUTING.md 2015-12-10 15:40:00 +01:00
gulpfile.js pick up quality folder during gulp mixin 2016-01-19 11:26:23 +01:00
LICENSE.txt Hello Code 2015-11-13 14:39:38 +01:00
npm-shrinkwrap.json update to debugprotocol 1.3.0 2016-01-14 16:02:25 +01:00
OSSREADME.json electron 0.35.6 it is 2016-01-11 09:09:02 +01:00
package.json pick up quality folder during gulp mixin 2016-01-19 11:26:23 +01:00
product.json do not rename electron.exe 2016-01-13 11:15:03 +01:00
README.md Changed code.visualstudio.com hyperlink to HTTPS 2015-12-18 11:57:10 +00:00
ThirdPartyNotices.txt Update ThirdPartyNotices.txt in preparation for 0.10.5 2015-12-17 16:06:17 +01:00
tslint.json changed the default rules 2016-01-15 14:45:30 +01: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