Go to file
2015-11-18 15:24:07 +01:00
.vscode launch.json: add 'Attach to VSCode' configuration. 2015-11-16 14:34:15 +01:00
build Add reference to DefinitelyTyped, updated the TypeScript version, and generate a new thirdpartynotices.txt 2015-11-13 15:48:38 +01:00
extensions Python: Block comment is three single quotes and not two #18 2015-11-16 10:49:28 +01:00
resources better icons for OSS distro 2015-11-17 07:37:42 +01:00
scripts Hello Code 2015-11-13 14:39:38 +01:00
src Delay handling of mouse events until view has finished painting 2015-11-18 14:58:32 +01:00
test Update README.md 2015-11-16 18:47:22 +01:00
.gitignore Hello Code 2015-11-13 14:39:38 +01:00
gulpfile.common.js fix copyright statements in minified build 2015-11-16 11:22:53 +01:00
gulpfile.editor.js Hello Code 2015-11-13 14:39:38 +01:00
gulpfile.js mixin repo instead of url 2015-11-14 06:18:49 +01:00
gulpfile.plugins.js Hello Code 2015-11-13 14:39:38 +01:00
gulpfile.vscode.js real fix for: gulp-symdest does not preserve links on electron #2 2015-11-16 16:10:30 +01:00
LICENSE.txt Hello Code 2015-11-13 14:39:38 +01:00
npm-shrinkwrap.json update vscode-textmate 2015-11-13 18:17:22 +01:00
OSSREADME.json Hello Code 2015-11-13 14:39:38 +01:00
package.json real fix for: gulp-symdest does not preserve links on electron #2 2015-11-16 16:10:30 +01:00
product.json fixes #28 2015-11-16 12:07:17 +01:00
README.md Update README.md 2015-11-18 15:24:07 +01:00
ThirdPartyNotices.txt Update ThirdPartyNotices.txt 2015-11-17 14:54:45 -08:00

Visual Studio Code - Open Source

VS Code is a new choice 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 particpate 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:

  • How to build and run from source
  • The development workflow, including debugging and running tests
  • Coding guidelines
  • Submitting pull requests

Many of the core components and extensions to Code live in their own repositories on GitHub. For example, the node debug adapter, the mono debug adapter.

For a complete list, please see the Related Projects page on our wiki.

License

MIT