Go to file
2016-04-06 17:43:07 +02:00
.vscode fix settings for search exclude 2016-03-16 11:26:04 +01:00
build Include the Linux bin command in the main dir 2016-04-05 14:51:03 -07:00
extensions make sure that the falsy value for the activeTextEditor is undefined, #5022 2016-04-06 17:43:07 +02:00
i18n i18n input 2016-04-01 10:03:14 +02:00
resources Include the Linux bin command in the main dir 2016-04-05 14:51:03 -07:00
scripts Remove perf scripts 2016-03-31 11:30:14 +02:00
src make sure that the falsy value for the activeTextEditor is undefined, #5022 2016-04-06 17:43:07 +02:00
test fix up lint errors, cleanup build folder 2016-03-07 12:56:32 +01:00
.editorconfig Fixed comments 2015-11-28 13:23:56 +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
.travis.yml split tests 2016-03-08 11:51:00 +01:00
appveyor.yml move back to ATOM_SHELL_INTERNAL_RUN_AS_NODE 2016-02-15 11:07:22 +01:00
CONTRIBUTING.md Added link to the 'how to contribute' doc. 2016-03-02 09:37:19 +01: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 pass a 'More Information' url from the debug adapter to the frontend. fixes #3448 2016-03-01 17:28:53 +01:00
OSSREADME.json remove csharp/omnisharp dependencies from top level ossreadme 2016-02-26 10:19:23 +01:00
package.json use latest debug protocol 2016-04-04 13:08:00 +02:00
product.json win32ShortcutName -> applicationName 2016-02-12 15:48:47 +01:00
README.md trigger build 2016-03-01 18:52:50 +01: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