Go to file
Daniel Imms fe3988c9a2 Add gulp tasks to build deb packages
Build, install and run:
gulp vscode-linux-packages
sudo dpkg -i out-linux/vscode-amd64.deb
code .

Installing the package does the following:
- Puts VSCode dir at /usr/share/code
- Puts code.sh launcher in /usr/bin
- Defines a .desktop file to properly integrate with the launcher

Fixes #2679
2016-02-11 14:20:34 -08:00
.vscode launch.json - remove warnings 2016-02-03 12:03:16 +01:00
build Add gulp tasks to build deb packages 2016-02-11 14:20:34 -08:00
extensions more reliable tests in ci 2016-02-09 11:17:15 +01:00
resources Add gulp tasks to build deb packages 2016-02-11 14:20:34 -08:00
scripts replace powershell with findstr 2016-01-20 13:27:52 +08:00
src Changed category from 'ww' to 'View' 2016-02-09 21:01:33 +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 Add gulp tasks to build deb packages 2016-02-11 14:20:34 -08:00
.travis.yml remove unused 2016-01-26 17:56:20 +01:00
appveyor.yml run proper tests in appveyor 2016-01-11 16:14:46 +01:00
CONTRIBUTING.md Update CONTRIBUTING.md 2015-12-10 15:40:00 +01:00
gulpfile.js don't ignore mixin setting 2016-01-28 11:21:19 +01:00
LICENSE.txt Hello Code 2015-11-13 14:39:38 +01:00
npm-shrinkwrap.json add "bindings" and "nan" into our shrinkwrap file for "weak" module 2016-02-08 17:18:32 +01:00
OSSREADME.json electron 0.35.6 it is 2016-01-11 09:09:02 +01:00
package.json Add gulp tasks to build deb packages 2016-02-11 14:20:34 -08:00
product.json better product.json 2016-01-27 17:22:58 +01:00
README.md Added feedback information 2016-02-08 17:36:44 -08:00
ThirdPartyNotices.txt update thirdpartynotices 2016-01-29 10:36:13 +01:00
tslint.json Enabled more tslint rules 2016-02-04 16:01:05 +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