Go to file
Phillip Johnsen 4d6e7dfc3e Use local version of gulp in build steps.
Previously developers had to install gulp globally on their machine
to build the project. These changes changes that by using the already
locally installed version of gulp, removing the environment requirements
aswell as ensuring everyone are using the same version of gulp.

It fixes the VS Code build tasks, aswell as creating a npm script to trigger the watch task:

```bash
$ npm run watch
```
2016-03-02 20:57:49 +01:00
.vscode Use local version of gulp in build steps. 2016-03-02 20:57:49 +01:00
build Rename gulp tasks around extensions 2016-03-01 11:40:18 +01:00
extensions update node-debug 2016-03-02 15:57:07 +01:00
resources Register code to the Debian alternatives system 2016-02-29 15:44:47 -08:00
scripts Merge pull request #3103 from jamesqo/patch-1 2016-02-18 17:12:46 +01:00
src fixes #3624 2016-03-02 15:32:01 +01:00
test more reliable tests in ci 2016-02-09 11:17:15 +01:00
.editorconfig Fixed comments 2015-11-28 13:23:56 +07:00
.gitignore build deb in .build/linux 2016-02-12 11:07:18 +01:00
.travis.yml use latest node in travis 2016-02-19 10:27:09 +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 Rename gulp tasks around extensions 2016-03-01 11:40:18 +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 local version of gulp in build steps. 2016-03-02 20:57:49 +01: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 update ThirdPartyNotices.txt 2016-02-23 17:02:46 +01: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