Go to file
2016-04-21 17:10:14 +02:00
.vscode allow to launch tokenizer tests from editor 2016-04-13 16:09:29 +02:00
build fix npm call in postinstall 2016-04-21 16:32:18 +02:00
extensions tests for #5566 2016-04-21 16:11:10 +02:00
i18n Updated i18n translations 2016-04-11 09:30:03 +02:00
resources Localize "New Window" in desktop entry 2016-04-13 13:36:56 -07:00
scripts Have test.sh compile code if necessary 2016-04-20 17:41:11 -07:00
src debug: on continue only clear the currently debugged thread 2016-04-21 17:09:44 +02:00
test Move wiki to repo 2016-04-13 12:39:05 -07:00
wiki Update how-to-contribute.md 2016-04-19 17:26:39 +02:00
.editorconfig Add trim_trailing_whitespace to .editorconfig 2016-04-07 23:49:15 -07:00
.eslintrc fix up lint errors, cleanup build folder 2016-03-07 12:56:32 +01:00
.gitignore build deb in .build/linux 2016-02-12 11:07:18 +01:00
.mention-bot remove comments 2016-04-21 17:10:14 +02:00
.travis.yml use node 5.10 in travis 2016-04-19 16:15:53 +02:00
appveyor.yml use node 5.10 in appveyor 2016-04-19 16:16:46 +02:00
CONTRIBUTING.md Move wiki to repo 2016-04-13 12:39:05 -07:00
gulpfile.js fix build 2016-03-16 17:43:18 +01:00
issue_template.md Update issue_template.md 2016-03-14 10:49:05 +01:00
LICENSE.txt Hello Code 2015-11-13 14:39:38 +01:00
npm-shrinkwrap.json add windows mutex to shrinkwrap 2016-04-19 11:49:38 +02:00
OSSREADME.json Update to Electron 0.37.6 (#5378) 2016-04-16 18:54:01 +02:00
package.json Merge branch 'postinstall' of https://github.com/f111fei/vscode into f111fei-postinstall 2016-04-21 16:01:18 +02:00
product.json win32ShortcutName -> applicationName 2016-02-12 15:48:47 +01:00
README.md Update README.md 2016-04-15 00:15:36 -07:00
ThirdPartyNotices.txt oss 2016-03-18 10:59:11 +00:00
tslint.json Port noUnexternalizedStringsRule to TS 1.8.0. Add support to detect duplicate keys with different messages 2016-02-18 09:12:42 +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:

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

MIT