Daniel Imms 3ddbbe9a95 Implement .rpm package gulp task
.rpm packages can now be build with:

    gulp vscode-linux-<arch>-build-rpm

The resulting package will be output to ~/rpmbuild/RPMS/<arch>/ and can be
installed on a Red Hat-based distro with:

    yum localinstall <path>

Note that Debian systems can build the package after installing the 'rpm'
package:

    apt-get install rpm

This was tested building 64-bit on Ubuntu 15.10 and installing on CentOS 7.

Fixes #3595
2016-03-07 12:36:26 -08:00
2016-03-07 12:56:32 +01:00
2016-03-07 12:36:26 -08:00
2016-03-07 17:48:58 +01:00
2016-03-07 20:56:17 +01:00
2016-03-07 12:34:37 -08:00
2015-11-28 13:23:56 +07:00
2016-02-12 11:07:18 +01:00
2016-02-19 10:27:09 +01:00
2015-11-13 14:39:38 +01:00
2016-03-04 17:27:08 +01:00
2016-03-01 18:52:50 +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

Description
Languages
TypeScript 90.2%
jsonc 4.5%
CSS 1.4%
JavaScript 0.9%
C 0.9%
Other 1.9%