Commit graph

726 commits

Author SHA1 Message Date
Alexandru Dima ac6cadf8ee
Fix gulpfile 2020-12-14 14:01:43 +01:00
Alexandru Dima e56597ab7a
Save 1.5 seconds from gulp startup time 2020-12-14 13:44:35 +01:00
Benjamin Pasero 428d5b1d30 proxy - remove old proxy auth dialog
//cc @joaomoreno
2020-12-07 11:38:44 +01:00
Joao Moreno 7413cc2493 yarn gulp vscode 2020-12-04 16:50:50 +01:00
Jackson Kearl 9d9ae54aa8 Add jpg to vscodeResources in order to bring gettingStarted images into the bundle 2020-12-02 11:59:20 -08:00
deepak1556 8c9dfcbcb4 fix: appName in upload-vscode-configuration task 2020-11-24 14:43:58 -08:00
deepak1556 0728b59411 fix: upload-vscode-configuration task for macOS 2020-11-24 13:13:09 -08:00
Martin Aeschlimann 8df4bc17da Merge .nativeignore and .moduleignore. Fixes #111220 2020-11-24 14:19:23 +01:00
Robo 0baf6bb9cc
chore: update to electron 11 (#110759)
* chore: bump electron@11.0.0-beta.4

* build: add mac arm64 target

* chore: bump electron@11.0.1

* fix: remove macOS workaround for devtools with custom titlebar

https://github.com/electron/electron/pull/26395

* chore: bump vscode-windows-ca-certs@0.3.0

* chore: bump electron@11.0.2

* fixup! remove macOS workaround for devtools with custom titlebar
2020-11-23 15:31:03 -08:00
Martin Aeschlimann 975408db6b use uploaded node_modules sourcemaps 2020-10-26 16:19:44 +01:00
Martin Aeschlimann afb0e96b66 build: improve ignores in node_modules 2020-10-25 23:27:20 +01:00
João Moreno 47d8a25606
build vscode armhf 2020-09-08 09:41:28 +02:00
rebornix 55e368c912 bundle the worker. 2020-08-25 10:07:27 -07:00
Robo 11dc5a81ba
build: include auth dialog resource (#104841) 2020-08-17 09:40:44 -07:00
Benjamin Pasero 2532ffff22
Sandboxed issue reporter, fixes #101833 2020-07-23 11:24:02 -07:00
Rachel Macfarlane a8b8907846
Move process explorer into electron-sandbox layer, fixes #101832 2020-07-17 14:44:00 -07:00
Alex Dima bb95f3aa40
Adopt loader's amdModulesPattern option 2020-07-07 23:30:27 +02:00
Alex Dima b9ba96b609
Fixes #101490: Do not ship standalone editor resources 2020-07-01 16:40:05 +02:00
Benjamin Pasero c0a4e9e84f bootstrap - add helper utility for node.js things 2020-06-24 17:43:52 +02:00
Alex Dima 5b363f0859
Package the web worker extension host 2020-06-22 10:36:14 +02:00
Benjamin Pasero 231bee5c77 sandbox - fix build 2020-05-25 12:25:59 +02:00
Benjamin Pasero 9eb99077f9 sandbox - further reduce electron dependencies 2020-05-25 09:38:05 +02:00
Benjamin Pasero 9c36a570c3 sandbox - move contextMenuService 2020-05-24 07:49:37 +02:00
Benjamin Pasero 97f43a2fab sandbox - produce checksum for preload script 2020-05-23 13:56:25 +02:00
Alex Dima a250df703d
Fix build 2020-04-24 11:17:58 +02:00
Martin Aeschlimann ec02bcd1cc codicon definitions in browser/ui/codicon/codicon 2020-04-17 13:39:54 +02:00
Rob Lourens a3e3167876 Cleanup 2020-04-14 20:20:52 -05:00
João Moreno 3b1965705c
Merge pull request #85326 from richard-townsend-arm/woa
Add gulp targets, fix build for Windows on Arm.
2020-04-14 13:27:30 +02:00
João Moreno 2e0cf81197 💄 2020-04-14 13:26:29 +02:00
Rob Lourens c8826e4ff5 Fix configuration.json publishing flakiness 2020-04-13 22:59:51 -05:00
Alex Dima 1b10f4db32
Add extensionHostProcess.js to the list of files being checked 2020-04-13 21:05:01 +02:00
Rob Lourens 1da5a8a9f8 Fix --export-default-configuration flakiness
Seems like the process is exiting a bit before the file exists. Adding a short delay fixes it, waiting for the exec callback also fixes it for some reason. Probably caused by something external like maybe the CI macOS version was bumped.
2020-04-11 21:34:05 -05:00
Matt Bierner 273a4a389d
Convert most ts-ignore-calls to ts-expect-error (#93617)
Changes over to use ts-expect-error: https://devblogs.microsoft.com/typescript/announcing-typescript-3-9-beta/#ts-expect-error-comments

This revealed a number of places where we no longer need to supress errors
2020-03-30 17:31:37 -07:00
Alex Dima cc46bf5cfd
Remove registerAndGetAmdImageURL and support for it in the build scripts 2020-03-27 19:45:41 +01:00
Richard Townsend a3b66c9563 build: add skeletal gulp targets for Windows on Arm 2020-02-28 13:57:01 +00:00
Johannes Rieken 2141437fdc fix eslint issues in build/gulpfile.* 2020-01-02 20:35:07 +01:00
Miguel Solorio 82ed3d45ee Revert "Merge pull request #87320 from microsoft/misolori/codicon-consolidation"
This reverts commit 6c9b23edc4, reversing
changes made to 085abd5f1a.
2019-12-19 13:44:49 -08:00
Miguel Solorio 641543b6ee Consolidate codicon files to vs/base/parts/codicon 2019-12-18 22:30:07 -08:00
Rachel Macfarlane 5fd44ff675 Include auth.css file in out build, fixes #85695 2019-11-27 11:53:52 -08:00
Miguel Solorio 641276b599 Merge remote-tracking branch 'origin/master' into misolori/icon-font 2019-10-16 14:13:44 -07:00
Joao Moreno 9289dd7842
remove yarn gulp electron 2019-10-16 15:35:53 +02:00
Joao Moreno 5048816ebf
extract yarn electron 2019-10-16 11:15:43 +02:00
Miguel Solorio 1f9045f47c Replace Octicons with Codicons 2019-10-14 19:15:35 -07:00
Miguel Solorio 0fa53a6e66 Update refs to include codicon 2019-09-17 09:05:42 -07:00
Benjamin Pasero e81ee53809 web - move welcome to browser 2019-09-16 10:21:19 +02:00
Alex Dima 1ba4dc6954 Introduce registerAndGetAmdImageURL and inline such images in the bundle phase in .js 2019-09-09 17:17:12 +02:00
Johannes Rieken f6daf19f9a debt - remove unused service workr 2019-09-06 11:54:13 +02:00
Joao Moreno 5d7c8d9212 fix i18n for extensions 2019-09-04 08:05:47 +02:00
Benjamin Pasero f90b40fdae
debt - clean up buildfiles (#79914) 2019-08-27 14:59:31 +02:00
Benjamin Pasero bf94bedcfe build - workbench.main => workbench.desktop.main 2019-08-12 12:06:44 +02:00