Commit Graph

4014 Commits

Author SHA1 Message Date
Alex Dima
0519a269ec First cut at monaco editor d.ts auto-generation 2016-05-20 17:45:42 +02:00
Daniel Imms
bbc1950d34 Disable integrated terminal to unblock Windows build 2016-05-19 13:45:28 -07:00
Daniel Imms
00c49f8477 Include terminalProcess in packaged vscode
Fixes #6551
2016-05-19 10:46:57 -07:00
Daniel Imms
39548c779c Exclude terminalPanel on windows 2016-05-18 16:53:14 -07:00
Daniel Imms
a30a32a65a Try temporarily fix windows build by removing pty.js from packages 2016-05-18 16:43:24 -07:00
Daniel Imms
92621b5f10 Add integrated terminal module, move typings up tree 2016-05-17 10:56:50 -07:00
Alex Dima
71dcb8069d Adopt latest loader that adds nodeModules option to disambiguate node modules from AMD modules at bundle time and adopt it in the gulp tasks 2016-05-17 18:22:38 +02:00
Daniel Imms
d96e0df5ba Remove bin command in post install step for deb 2016-05-13 15:28:28 -07:00
Martin Aeschlimann
4bc448702f gulpfile-extensions: use relative source root 2016-05-10 16:22:20 +02:00
Joao Moreno
3e8dab98c7 fix build 2016-05-04 11:26:38 +02:00
Joao Moreno
ca4519a3b2 workbench/electron-main -> code/electron-main 2016-05-02 16:05:37 +02:00
Alex Dima
b02c4facaf Fixes #5362: MainThreadTextEditor: disassociate code editor as soon as code editor's model changes 2016-04-28 17:15:09 +02:00
isidor
a0d480a88d debug: value change animation was broken due to css minification
fixes #5853
2016-04-27 15:37:52 +02:00
Joao Moreno
967a2540b6 fix build 2016-04-25 19:07:45 +02:00
Benjamin Pasero
b717d96abf Webview does not work in built version of VS Code (fixes #5736) 2016-04-25 09:27:09 +02:00
João Moreno
c67948e572 Merge pull request #5267 from henkmollema/y2016
Update copyright year to 2016
2016-04-22 10:23:44 +02:00
Joao Moreno
d51568910d fix npm call in postinstall 2016-04-21 16:32:18 +02:00
Joao Moreno
18db994bf7 improve postinstall 2016-04-21 16:01:37 +02:00
Joao Moreno
44c3957d45 Merge branch 'postinstall' of https://github.com/f111fei/vscode into f111fei-postinstall 2016-04-21 16:01:18 +02:00
Henk Mollema
27a601016c Update copyight year to 2016 2016-04-21 10:30:45 +02:00
Joao Moreno
8d5dc5ccec adopt shrinkwrap in build 2016-04-19 15:57:34 +02:00
Benjamin Pasero
b3492a9e40 use new ffmpegChromium option 2016-04-14 17:20:10 +02:00
Joao Moreno
58f65e9a8e collect all licenses 2016-04-13 10:34:00 +02:00
Johannes Rieken
7c4c828dcb no more weakness 2016-04-13 09:56:31 +02:00
f111fei
8fb523f810 optimize postinstall 2016-04-12 10:20:18 +08:00
Martin Aeschlimann
4ad359a330 exclude colorize-fixtures from hygiene 2016-04-11 16:03:33 +02:00
Daniel Imms
251829217a Use scoped /home/daimms variable to encapsulate rpmbuild
Fixes #3871
2016-04-08 15:57:48 -07:00
Martin Aeschlimann
b6bdc71d72 colorize-test fixes for build 2016-04-08 23:26:25 +02:00
Alex Dima
7c1c26a31a Fixes #4942: Tweak typescript bundling definitions 2016-04-08 17:36:30 +02:00
Binsztock Rémy
04d240c667 fix missing semi colon, and remove double task terminateProcess 2016-04-06 14:25:26 +02:00
Daniel Imms
cd12a7e389 Include the Linux bin command in the main dir
This also changes the behavior of the bin command to find cli.js relatively,
meaning the CLI now supports non-standard install locations.
2016-04-05 14:51:03 -07:00
Daniel Imms
6e113d01f0 Move bin command to /usr/share/<app>/bin
/usr/bin/<app> now symlinks to the launcher. This makes the CLI
accessible in the zip archive version.

Fixes #4426
2016-04-04 16:25:12 -07:00
Daniel Imms
db6f2c3a53 Force deb postinst/prerm perms to 755 during build
Prevents a random build issue where the file permissions would change sometimes
which makes the deb package fail lintian.
2016-04-04 16:24:37 -07:00
Daniel Imms
ba6f665c6d Merge .deb postinst and postinst.oss 2016-04-01 12:36:26 -07:00
Daniel Imms
e4d6038750 Use update url variable for yum repo 2016-04-01 12:32:27 -07:00
Daniel Imms
d23ce88450 Add yum repository registration
This is currently disabled until the repo is signed

Part of #229
2016-04-01 12:29:59 -07:00
Daniel Imms
b0376eab49 Copy rpm to .build with ideal name format 2016-03-31 01:26:37 -07:00
Daniel Imms
ec32eeb1c2 Build yum repository
Related #229
2016-03-30 21:33:44 -07:00
Daniel Imms
51209bba91 Add Icon to rpm file
Related to #4155
2016-03-24 14:01:51 -07:00
Benjamin Pasero
a93a74a041 Revert "Revert "Add syntax highlighting for zsh config files""
This reverts commit 4ce22442fa.
2016-03-23 16:48:34 +01:00
Benjamin Pasero
4ce22442fa Revert "Add syntax highlighting for zsh config files"
This reverts commit 350b17c1fb.
2016-03-23 09:44:53 +01:00
Benjamin Pasero
28dade4df2 Merge pull request #4602 from Microsoft/dbaeumer/4589
Fixes --locale switch incorrect for Simplified Chinese, should be zh-cn not zh-ch
2016-03-23 09:27:26 +01:00
Dirk Baeumer
a2399f4576 Fixes --locale switch incorrect for Simplified Chinese, should be zh-cn not zh-ch 2016-03-23 09:24:38 +01:00
Daniel Imms
b9c54b1d2f Merge pull request #4483 from jamesqo/zsh-grammar
Add support for a bunch of zsh configuration files
2016-03-22 18:26:03 -07:00
James Ko
350b17c1fb Add syntax highlighting for zsh config files 2016-03-22 19:00:33 -04:00
Dirk Baeumer
42d8735042 Fixes #4520: Code will not start with locale='zh-cn' or locale='zh-tw' 2016-03-22 12:50:39 +01:00
Daniel Imms
c09bd4b26d Improve os.homedir code for rpm gulp task
Fixes #4404
2016-03-18 10:28:24 -07:00
Benjamin Pasero
faffb7df99 fix gulp for older node versions 2016-03-18 09:15:58 +01:00
Martin Aeschlimann
ed602a4cf7 gulpfile.extensions: add 'src' to sourceRoot 2016-03-16 12:50:07 +01:00
Joao Moreno
91f2bd1cce update gulpfile extensions 2016-03-16 12:32:57 +01:00