Alex Dima
60efb74133
update native-keymap
2020-08-27 16:25:38 +02:00
Sandeep Somavarapu
d82329c55d
update distro
2020-08-27 16:08:53 +02:00
Robo
6b90f4d6dc
chore: bump electron@9.2.1 ( #105459 )
...
Fixes https://github.com/microsoft/vscode/issues/104636
2020-08-26 16:55:03 -07:00
Eric Amodio
e7da3681fe
Updates distro
2020-08-26 03:01:24 -04:00
Matt Bierner
4b222a704f
Revert "Revert "Use TS 4.1-nightly for building VS Code""
...
This reverts commit 4e96ceff54
.
2020-08-25 11:59:20 -07:00
Matt Bierner
4e96ceff54
Revert "Use TS 4.1-nightly for building VS Code"
...
This reverts commit 50a10934dd
.
This seems to be causing with extension require statements
2020-08-24 20:00:01 -07:00
Matt Bierner
50a10934dd
Use TS 4.1-nightly for building VS Code
...
Adds explicit `!!` operators for a few functions where we return `x is y` assertion types
2020-08-24 19:51:44 -07:00
deepak1556
3665ddb135
Revert "chore: bump electron@9.2.1"
...
This reverts commit 4dea398d0c
.
Internal builds are yet to be published in vscode-electron-prebuilt
2020-08-19 01:06:41 -07:00
deepak1556
4dea398d0c
chore: bump electron@9.2.1
...
Fixes https://github.com/microsoft/vscode/issues/104636
2020-08-18 22:28:03 -07:00
Benjamin Pasero
8a9659f3e3
🆙 distro
2020-08-18 10:02:00 +02:00
Benjamin Pasero
651fb28e3c
web - rename resources/serverless => resources/web
2020-08-18 09:49:53 +02:00
Rachel Macfarlane
386fc8c799
Update distro
2020-08-17 10:20:26 -07:00
isidor
43ceb72582
update distro
2020-08-17 11:49:18 +02:00
chrisdias
ff5a252d06
update distro
2020-08-12 12:28:41 -07: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
Sandeep Somavarapu
c68d03f5c7
update distro
2020-08-10 16:33:38 +02:00
rebornix
8ddb5d25e4
bump version
2020-08-07 13:50:38 -07:00
Sandeep Somavarapu
22700dd093
update distro
2020-08-07 09:44:45 +02:00
Alex Dima
613a32dd20
update distro
2020-08-06 23:50:26 +02:00
Matt Bierner
bc976f13e5
Pick up latest typescript nightly to build VS Code
2020-08-05 12:28:44 -07:00
Alex Dima
cc5299b624
update distro
2020-08-03 23:26:52 +02:00
Alex Dima
17cffd0ad6
update distro
2020-08-03 17:21:42 +02: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
Matt Bierner
1bf598561c
Pick up new TS build
2020-07-29 16:22:02 -07:00
Alex Dima
e7201d6e64
update distro
2020-07-29 17:12:09 +02:00
Daniel Imms
95e42d7ec2
Update distro
2020-07-29 06:15:12 -07:00
Daniel Imms
2991f3e110
xterm@4.9.0-beta.8
...
Fixes #98918
2020-07-29 05:51:53 -07:00
Sandeep Somavarapu
5aa8efa70c
update distro
2020-07-29 08:21:08 +02:00
Alex Dima
910393a246
update distro
2020-07-28 17:53:27 +02:00
Alex Dima
bc26bd0a91
update distro
2020-07-28 17:46:27 +02:00
Alex Dima
15e798e081
update distro
2020-07-28 12:08:54 +02:00
Alex Dima
b8b392c109
update distro again
2020-07-27 14:28:11 +02:00
Alex Dima
e1213d267a
update distro
2020-07-27 14:26:38 +02:00
Alex Dima
fe1f200a43
update distro
2020-07-27 13:22:17 +02:00
Alex Dima
320fbada86
update distro
2020-07-27 09:01:46 +02:00
SteVen Batten
83d8407183
update distro
2020-07-23 10:11:28 -07:00
SteVen Batten
4cdb2dfa3c
TAS-based experiment service ( #103177 )
...
* new experimentation service based on tas-client
* fixes for exp service
* add event classifications
* leverage product.json
2020-07-23 09:28:50 -07:00
Matt Bierner
9fe56bdaac
Build VS code using latest TS
2020-07-22 15:22:40 -07:00
João Moreno
eb1ca267d6
comment out notebook web integration tests
2020-07-21 13:49:45 +02: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
deepak1556
57ad6558bf
chore: bump electron@8.4.0
2020-07-20 19:01:48 -07:00
rebornix
711ff532e9
update distro.
2020-07-20 11:12:59 -07:00
deepak1556
d1b0192b4f
chore: bump distro
2020-07-20 10:21:14 -07:00
Matt Bierner
4d5a18af64
Update ts version used to build VS Code
2020-07-16 14:33:22 -07:00
chrisdias
740e2d3602
update distro
2020-07-16 12:29:07 -07:00
deepak1556
cbbb8c7665
chore: bump distro
2020-07-14 17:28:35 -07:00
chrisdias
b525f0b03b
update distro
2020-07-14 15:48:12 -07:00
Matt Bierner
c98141f4a6
Update distro
2020-07-14 09:23:39 -07:00
chrisdias
7a9cfb3f9f
update distro
2020-07-13 12:52:24 -07:00