João Moreno
4d89ae10ff
fix #116523
2021-02-15 13:26:19 +01:00
João Moreno
980becda8d
main rename
...
fixes #116341
2021-02-14 20:10:24 +01:00
Benjamin Pasero
41339cc2a0
Make user data path a AMD/CommonJS compatible thing ( #116530 )
...
* debt - move paths.js into base
* add a test
* get rid of @ts-ignore
* trigger a change
* isolate scripts with self invoking function
2021-02-12 15:49:15 +01:00
João Moreno
9cfba54681
move build/dependencies.js to typescript
2021-01-21 09:32:06 +01:00
deepak1556
bec5afa292
fix: remove unnessary asar files from mac arm64
2021-01-15 12:12:35 -08:00
João Moreno
d3e4bdb617
Merge branch 'master' into joao/wsl
2021-01-12 15:16:54 +01:00
João Moreno
af6d164f73
single compile job
2021-01-06 20:37:33 +01:00
Alexandru Dima
c1eb24b027
Load expensive node modules lazily
2020-12-22 19:55:56 +01:00
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
João Moreno
357fe395ae
fix buil
2020-11-18 11:03:00 +01:00
João Moreno
8a5f6fa5ce
include remote-wsl by default
2020-11-17 15:29:34 +01: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