Commit Graph

673 Commits

Author SHA1 Message Date
Johannes Rieken
ba6f82cf51 exclude debug/build artifacts, fixes #12361 2016-09-23 16:10:22 +02:00
Alex Dima
3ff3142355 Compute checksums during packaging 2016-09-23 15:53:49 +03:00
Rob Lourens
dbda829ee4 Take new node-debug2 version 2016-09-23 12:51:09 +02:00
Rob Lourens
0cf21a86a1 Include node-debug2 2016-09-22 22:43:36 +02:00
Andre Weinand
97377ff4e3 update node-debug to 1.6.5 2016-09-22 22:02:19 +02:00
isidor
817515e3e2 update node-debug 2016-09-22 15:16:54 +02:00
Andre Weinand
b7d6960d36 get node-debug from marketplace 2016-09-22 15:03:23 +02:00
Andre Weinand
4eb352cc85 ensure that *.nls.json files are buffered 2016-09-22 12:32:10 +02:00
Joao Moreno
98dde6a5f2 download extensions at build time 2016-09-21 15:57:17 +02:00
Benjamin Pasero
6fa85223ef Electron Update 1.x (#11157)
* use electron 1.3.4

* ATOM_SHELL_INTERNAL_RUN_AS_NODE => ELECTRON_RUN_AS_NODE

* OSS input

* update electron.d.ts

* workaround for #8708

* bump oniguruma and chokidar with custom fsevents

* build with appveyor config from master

* oops, still use ELECTRON_RUN_AS_NODE

* use electron 1.3.5

* optional fsevents

* add cat.exe to workaround output issues

* use cat for tests

* remove some now obsolete ELECTRON_NO_ATTACH_CONSOLE

* also pipe output to cat for code.sh on windows

* unset ELECTRON_RUN_AS_NODE for appveyor

* fix tfs builds?

* fix build

* fix build?

* use cat only when running tests locally
2016-09-14 07:29:20 +02:00
Joao Moreno
a8a9b70d53 fix sourcemaps 2016-09-13 14:00:17 +02:00
Joao Moreno
9da8d35954 publish extension sourcemaps
fixes #10994
2016-09-13 09:42:11 +02:00
Joao Moreno
6a6cbbdb91 drop gulp-symdest 2016-09-05 12:38:29 +02:00
Benjamin Pasero
354455bae0 add LICENSES.chromium.html to build 2016-09-02 16:37:48 +02:00
Joao Moreno
a2b0f0cacc remove unused var 2016-08-22 11:05:55 +02:00
Joao Moreno
35f1a8e737 fix linux build 2016-08-22 10:57:06 +02:00
Joao Moreno
024ab8afc0 set name 2016-08-09 17:08:30 +02:00
Joao Moreno
bd81089174 Merge branch 'urlservice' 2016-08-09 15:48:51 +02:00
Joao Moreno
ebf9722e2e darwin: customize plain electron for dev 2016-08-09 10:14:00 +02:00
Joao Moreno
ab09a74c80 isolate index.js from index.html 2016-08-08 16:52:32 +02:00
Joao Moreno
7ab8a18a02 propagate product.urlProtocol 2016-08-05 12:26:26 +02:00
Joao Moreno
c063542c2a wip: UrlService 2016-08-03 18:03:53 +02:00
Martin Aeschlimann
847f78f6f4 [typescript] update grammar script improvements 2016-08-02 17:27:04 +02:00
Joao Moreno
9b3f9d7648 extract vscode linux build scripts 2016-07-20 11:00:50 +02:00
Joao Moreno
407259bdb0 es6ify gulpfile.vscode.js 2016-07-20 11:00:50 +02:00
Joao Moreno
64f4fd7302 remove some file extensions 2016-07-20 11:00:50 +02:00
Benjamin Pasero
a4906266aa remove console log 2016-07-04 18:14:52 +02:00
Benjamin Pasero
cb854ee90c asar bites 2016-07-04 18:14:33 +02:00
Benjamin Pasero
5289f9b01f shut up asar 2016-07-04 17:47:10 +02:00
isidor
5891645f89 extensions: include markdown.css in built vscode
fixes #8251, #8258,
2016-06-29 15:38:09 +02:00
Martin Aeschlimann
79b65f326a [css] use vscode-css-languageservice 2016-06-23 17:41:43 +02:00
Benjamin Pasero
eb41d47b26 delete markdown language from vscode 2016-06-20 17:36:50 +02:00
Joao Moreno
8e2afc848e do not list node modules in gulpfile
related to #7735
2016-06-16 11:22:57 +02:00
Daniel Imms
7cc098c7c9 Add ansi-regex to baseModules to fix build 2016-06-15 11:21:34 -07:00
Martin Aeschlimann
b5da08b002 [css] browser.js not packaged: fixes #7707 2016-06-15 12:35:08 +02:00
Martin Aeschlimann
06f4122b24 update file exclusions for extensions 2016-06-14 15:14:55 +02:00
Alex Dima
271973f43d Fix build 2016-06-09 00:31:24 +02:00
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
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
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
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