Commit graph

3280 commits

Author SHA1 Message Date
Ladislau Szomoru a4c736981a Use autodesktop 2020-08-19 16:02:30 +02:00
Ladislau Szomoru bdb07d7914 Switch to userdesktop 2020-08-19 15:29:08 +02:00
Benjamin Pasero 651fb28e3c web - rename resources/serverless => resources/web 2020-08-18 09:49:53 +02:00
Benjamin Pasero 4491427ac7 web - move playground out of sources
We will consume the playground from https://github.com/microsoft/vscode-web-playground going forward.
2020-08-18 09:18:23 +02:00
Robo 11dc5a81ba
build: include auth dialog resource (#104841) 2020-08-17 09:40:44 -07:00
Ladislau Szomoru c8f9d00bb8 Consistent order of running tests 2020-08-17 16:34:00 +02:00
Eric Amodio 8e369907a9 Removes tabs completely (required for DT) 2020-08-13 16:05:04 -04:00
Robo e4296330de chore: update to electron 9-x-y (#102011)
Co-authored-by: Benjamin Pasero <benjpas@microsoft.com>
2020-08-11 11:30:23 -07:00
Matt Bierner 219120f667 Use TS RC for building VS Code 2020-08-10 20:06:06 -07:00
Ladislau Szomoru 0e82f2c782 Moved conditions to the stage level 2020-08-10 14:40:30 +02:00
Ladislau Szomoru 898e349ad5 Extract Mooncake into its own stage 2020-08-10 12:35:54 +02:00
Ladislau Szomoru daee9ca2ce
Azure DevOps pipeline improvements (#103782)
* Refactored to use multi-stage pipeline
2020-08-10 12:32:08 +02:00
Alex Dima cdde5c3bb1
Also download webBuiltInExtensions when running from source 2020-08-06 21:09:24 +02:00
Matt Bierner bc976f13e5 Pick up latest typescript nightly to build VS Code 2020-08-05 12:28:44 -07:00
João Moreno 02634a7097
fixes #102158 2020-08-05 11:09:27 +02:00
Alex Dima edf34c7cbc
Allow passing in an exclude list to scanBuiltinExtensions 2020-08-03 23:22:39 +02:00
Alex Dima 49fd2b4f97
Do not inline vscode-web-playground (even if it is packaged) 2020-08-03 21:08:00 +02:00
João Moreno bdb24709eb
fix build 2020-08-03 20:32:26 +02:00
Alex Dima 34005e2a48
Avoid NPE 2020-08-03 20:24:40 +02:00
João Moreno 2954ffb2fd
build 2020-08-03 16:54:56 +02:00
João Moreno 05bdb6a975
split web extensions 2020-08-03 16:53:08 +02:00
Connor Peet 4d432f80da
launch: fix build script 2020-07-31 11:39:48 -07:00
Connor Peet 262ab802d3
launch: check prerequisites in a pre-launch task
Fixes https://github.com/microsoft/vscode/issues/103708
2020-07-31 10:55:07 -07:00
Eric Amodio c9a2f78283 Adds protection if the folder doesn't exist 2020-07-31 00:38:48 -04:00
Eric Amodio 8fb69d722e Forces LF line endings, since we check in these 2020-07-31 00:38:48 -04:00
Robo 227d533937
Revert "chore: update to electron 9-x-y (#102011)" (#103599)
This reverts commit 3d0d50caf8.
2020-07-30 08:35:43 -07:00
Alex Dima bb09bae007
check in missing compiled file 2020-07-30 11:40:59 +02:00
Eric Amodio ea63321bc6 Removes internal gh browser & adds external 2020-07-29 23:49:17 -04:00
Matt Bierner 1bf598561c Pick up new TS build 2020-07-29 16:22:02 -07:00
Matt Bierner 17a691882e Check in built file 2020-07-29 15:00:58 -07:00
Matt Bierner bdd3721849 Add custom editor test extension
Adds a simple set of tests for custom editors in a new extension. This is currently not run during CI since we want more testing to make sure it is reliable
2020-07-29 14:05:44 -07:00
Alex Dima 3584cd9325
Builtin extensions: also inline the package.nls.json contents 2020-07-29 11:32:18 +02:00
Alex Dima 9198116ded
Add IOptimizeTaskOpts.fileContentMapper 2020-07-28 17:40:06 +02:00
Alex Dima 547c1c2c61
Add web extensions filder in scanBuiltinExtensions 2020-07-27 14:23:10 +02:00
Alex Dima c3ed1c89cb
Fix problem with missing vscode-web-playground 2020-07-27 14:23:10 +02:00
Alex Dima 5ba8591765
Align build scripts 2020-07-27 13:18:17 +02:00
Alex Dima 7007770868
Small tweaks 2020-07-27 08:58:38 +02:00
Alex Dima d42e9162b9
Remove some extension package.json patching 2020-07-24 14:38:10 +02:00
Alex Dima 750baf0af6
Minify extension resources 2020-07-24 13:57:51 +02:00
Benjamin Pasero 2532ffff22
Sandboxed issue reporter, fixes #101833 2020-07-23 11:24:02 -07:00
Matt Bierner 9fe56bdaac Build VS code using latest TS 2020-07-22 15:22:40 -07:00
Robo 3d0d50caf8
chore: update to electron 9-x-y (#102011)
* chore: bump electron@9.0.5

* remove exploration config

* fix compile error

* fix compile error

* crashReporter has to be called only once before app ready

* chore: bump electron@9.1.0

* enable LayoutNG

* fix cron schedule

* allow disabling appcenter crash reporting

* set additional crash reporting parameters

* start crashreporter for child process on linux

* setup crash parameters only once

* remove unused crashReporter.guid

* address review feedback

* reuse argv.json for storing crash reporter id

* remove trailing commas

* update localized name

* update argv based on telemetry optout

* update initial config based on setting

* fix conditional errors

* remove telemetry.enableCrashReporter

* move default crash reporter config to electron-main

* update comment for ext host crash reporting

* set default value for configuration

* some 💄 changes

* address review feedback

* do not use ES7 features in JS yet

* add app.focus({ steal: true }) usage

Co-authored-by: Benjamin Pasero <benjpas@microsoft.com>
2020-07-21 09:39:34 +02:00
Rachel Macfarlane a8b8907846
Move process explorer into electron-sandbox layer, fixes #101832 2020-07-17 14:44:00 -07:00
dependabot[bot] c361eb93a6
Bump lodash from 4.17.11 to 4.17.19 in /build
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.19)

Signed-off-by: dependabot[bot] <support@github.com>
2020-07-17 11:09:27 +00:00
Matt Bierner 4d5a18af64 Update ts version used to build VS Code 2020-07-16 14:33:22 -07:00
João Moreno 908503ee89 ignore remote and web when yarn in arm64 2020-07-13 15:23:54 +02:00
Matt Bierner e33f6ac218 Use latest typescript nightly for building VS Code 2020-07-08 14:35:21 -07:00
Benjamin Pasero 0e96426609 🆙 iconv-lite-umd@0.6.8 (fix #101905) 2020-07-08 17:29:59 +02:00
João Moreno 0ff864739b Merge branch 'joao/innosetup6' 2020-07-08 17:17:38 +02:00
João Moreno 8c8db45d5a fix i18n 2020-07-08 16:17:14 +02:00