Commit graph

241 commits

Author SHA1 Message Date
Daniel Imms 08009c568d Pull linux package revision initialization to top
This prevents potentially different revisions for deb and rpm files built
during same gulp task.
2016-05-31 18:51:45 -07:00
Daniel Imms f3861c64d1 Use applicationName for build dirs 2016-05-31 18:48:59 -07:00
Daniel Imms 274da23471 Add version and revision to deb package name
Fixes #6587
2016-05-31 18:28:06 -07:00
Daniel Imms 9060d64fec Add version and revision to rpm package
Part of #6587
2016-05-31 18:21:47 -07:00
Daniel Imms 5ccd2ff46c Use app name not 'code' in deb/rpm files
Fixes #6547
2016-05-31 17:58:06 -07:00
Daniel Imms b564e145e5 Rename deb/rpms from vscode -> code
Matches the name of the command

Fixes #6547
2016-05-31 17:41:43 -07:00
Daniel Imms 9e3408db12 Merge pull request #6985 from Microsoft/tyriar/june
Tyriar changes for June
2016-05-31 09:14:57 -07:00
Alex Dima 0e81224179 Further fixes to gulpfile.editor 2016-05-31 16:37:47 +02:00
Alex Dima 33771bbfaa Fix build/gulpfile.editor 2016-05-31 16:32:24 +02:00
Alex Dima 7ec0f25030 Improve editor-distro gulp task 2016-05-31 16:31:35 +02:00
Alex Dima 561cd05099 Bring in monaco.d.ts into the /src/ folder such that editor API can be typechecked to be exported correctly 2016-05-31 16:31:35 +02:00
Daniel Imms 4c71c3ed16 Use correct StartupWMClass in desktop entry
This prevents two entries appearing in the launcher.

Fixes #6593
2016-05-27 16:11:01 -07:00
Joao Moreno b76da24dcd clean up pty.js on packaging
fixes #6963
2016-05-27 14:57:47 +02:00
Alex Dima 668a4ff8b1 Add completion API to the standalone editor 2016-05-26 23:28:14 +02:00
Alex Dima e7352f726f Address Joh's feedback for the standalone editor API 2016-05-26 16:19:08 +02:00
Alex Dima 355656c52f Add languages API to the standalone editor 2016-05-25 23:56:28 +02:00
Alex Dima e074dc1892 Regenerated standalone API 2016-05-25 15:38:02 +02:00
Alex Dima d6659f6dd3 Reduce standalone editor API through @internal markers 2016-05-25 15:31:31 +02:00
Alex Dima 545af1f16c Remove vs/text loader plugin 2016-05-23 20:03:41 +02:00
Alex Dima 875e28c7ce Remove IEditorRange, IEditorSelection 2016-05-22 14:24:18 +02:00
Alex Dima 9de85cbefa Remove IEditorPosition 2016-05-22 14:24:16 +02:00
Alex Dima b9b39fd2ae Auto-format the generated monaco-editor.d.ts 2016-05-21 11:29:43 +02:00
Alex Dima b693a851e4 Fully automated monaco-editor.d.ts 2016-05-21 11:29:42 +02:00
Alex Dima 8b9c16f71c One last manual update for future reference 2016-05-21 11:29:41 +02:00
Alex Dima c2f48a9116 format reference monaco-editor.d.ts 2016-05-21 11:29:40 +02:00
Daniel Imms 618fdc1300 Enable integrated terminal on Windows 2016-05-20 13:47:29 -07:00
Daniel Imms ca7937b279 Revert "Disable integrated terminal to unblock Windows build"
This reverts commit bbc1950d34.
2016-05-20 13:47:28 -07:00
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