Commit Graph

803 Commits

Author SHA1 Message Date
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
Joao Moreno
de32005225 fixes #78832 2019-08-12 08:49:19 +02:00
Joao Moreno
a4e350f76f Merge commit 'refs/pull/66181/head' of github.com:microsoft/vscode into pr/66181 2019-08-07 11:56:18 +02:00
Joao Moreno
7181bf6820 Merge branch 'master' into joao/build-cleanup 2019-07-15 07:32:11 +02:00
Joao Moreno
b2d06bb69b fix 2019-07-14 21:48:29 +02:00
Joao Moreno
4c767f46af 💄 2019-07-14 21:21:29 +02:00
Benjamin Pasero
7c6d285d33 build - we no longer have *.cur files 2019-07-14 13:36:46 +02:00
Benjamin Pasero
1648e1dcf8 web - add build 2019-07-14 13:12:54 +02:00
Joao Moreno
28c01d3b52 move upload sourcemaps to common agent 2019-07-14 10:31:07 +02:00
Sandeep Somavarapu
79186fa045 Merge branch 'master' into sandy081/moveFileService 2019-07-11 11:54:23 +02:00
Joao Moreno
6e59e6ee22 fix vscode-translations gulp tasks 2019-07-11 09:44:52 +02:00
Sandeep Somavarapu
0df6764710 move file service to platform 2019-07-10 20:55:44 +02:00
João Moreno
f176bee181 Cleanup distro dependencies installation (#76893)
* depend directly on vsda

* add vsda to remote

* remove vsda cleanup rules

* update distro

* upgrade vsda

* update distro

* update vsda

* remove vsda

* add vsda rules

* distro

* distro
2019-07-08 17:22:32 +02:00
Joao Moreno
b342abd305 Revert "remove yarn cache"
This reverts commit 19d674f412.

Revert "Revert build perf"

This reverts commit ef893f0cfe.
2019-07-05 17:02:04 +02:00
Joao Moreno
ef893f0cfe Revert build perf 2019-07-05 14:10:32 +02:00
Joao Moreno
e063b7a3ca collect distro dependencies in build 2019-07-04 22:29:27 +02:00
Joao Moreno
0d2eab1fa5 Merge branch 'master' into joao/build-perf 2019-07-04 17:15:17 +02:00
Johannes Rieken
d75caf044e include service worker in build 2019-07-04 14:50:57 +02:00
Joao Moreno
c9579851c8 move optimization & minification to shared agent 2019-07-04 10:17:08 +02:00
Joao Moreno
8af2dbb3b9 separate compile-build from product builds 2019-07-01 15:49:20 +02:00
Joao Moreno
399ff1a2fe gulp ci build task 2019-07-01 12:24:33 +02:00
Joao Moreno
0678cb9ed3 build: remove old extensions build task, split extensions into gulp task 2019-07-01 11:54:36 +02:00
Joao Moreno
e8016097b8 fix build 2019-06-27 16:37:40 +02:00
Logan Ramos
1bdbb8f95b Improvements to Telemetry Extractor Build (#76196)
* Allow the error to be surfaced to the user to provide more information about what is happening

* Testing gulp src

* Move json to app root

* Telemetry tooling commit update

* Harcode telemetry commit

* Update distro to match master

* statSync try catch

* build 💄

* fix build

* make build fail

* fix build

* fix build

* whitespace
2019-06-27 14:40:05 +02:00