79636 Commits

Author SHA1 Message Date
Matt Bierner
c19bae2dfc
Pick up TS 4.2.4 2021-04-07 12:58:43 -07:00
Logan Ramos
fe106399c1
Make splitting respect supportMultipleDocument (#120263)
* Make splitting respect supportMultipleDocument

* Make split move the unsupported editor in the direction of the split

* Make it always split an empty group if the editor doesn't support splitting
2021-04-07 15:57:40 -04:00
Matt Bierner
bb6757bfc6
Pick up electron 11.4.2 (#120670)
* Pick up electorn 11.4.2

This brings in the service worker support required for #120654

* Update cgmanifest
2021-04-07 12:48:34 -07:00
Matt Bierner
73ae56b82b
Build with latest TS nightly (#120690)
* Pick up new TS 4.3

Also tests adding override keywords for extensions as part of #120675

* Update to daily TS and workaround TS 4.3 issue

Works around https://github.com/microsoft/TypeScript/issues/43578
2021-04-07 12:19:05 -07:00
Logan Ramos
8d235ef07c
Fix #120614 2021-04-07 14:44:24 -04:00
Daniel Imms
95c63b68e9
Support env in terminal profiles
Fixes #120366
2021-04-07 11:06:19 -07:00
Connor Peet
28298795b1
debug: update debuggers, fix node not activating 2021-04-07 10:44:32 -07:00
Daniel Imms
74351e8f09
Remove processBinary from localTerminalService
This is handled in LocalPty
2021-04-07 10:02:54 -07:00
Daniel Imms
970b14808c
Update distro 2021-04-07 10:00:08 -07:00
Daniel Imms
b3ce5af360
Remove optional reduceGraceTime arg 2021-04-07 09:55:53 -07:00
isidor
fe6e081a25
extensionEditor: focus only on enabled items
#120202
2021-04-07 18:31:16 +02:00
Daniel Imms
264ca56fe1
Rename initialText to message
Part of #120368
2021-04-07 09:20:18 -07:00
Alex Ross
16d8f35b26
Fix incorrect welcomView calculation for ports 2021-04-07 16:19:58 +02:00
isidor
07d0bba09d
status bar: focus improvements
fixes #120211
2021-04-07 16:19:01 +02:00
Benjamin Pasero
17d5286109
styler - optional chaining ftw 2021-04-07 15:30:46 +02:00
Alex Ross
aee12f9812
Add green to running process circle in ports view
Part of microsoft/vscode-remote-release#4826
2021-04-07 15:28:26 +02:00
Alex Ross
37abf64afd
Add command line regex for port attributes provider
Part of #115616
2021-04-07 15:28:25 +02:00
João Moreno
50d89df33c
css is awful
cc @sbatten
2021-04-07 15:26:03 +02:00
isidor
4075475d31
accessibiiltyPageSize default down to 500 2021-04-07 14:58:52 +02:00
Benjamin Pasero
bb90ba3d5a
sandbox - delete "Code Cache" folder on startup for now (workaround for #120655) 2021-04-07 14:13:38 +02:00
João Moreno
5dd5dd8100
extensions: more CSS fixes 2021-04-07 12:59:19 +02:00
Alex Ross
b1523b435b
Update port attributes api to not use array
Par of #115616
2021-04-07 12:12:34 +02:00
João Moreno
30dcb112b4
fixes #120698 2021-04-07 10:34:44 +02:00
João Moreno
d150579217
fixes #120706 2021-04-07 10:30:27 +02:00
Robo
eec393e0d4
chore: use bundled node-gyp (#120683) 2021-04-07 01:18:58 -07:00
João Moreno
fefe5f324a
extension view: CSS layout tweaks 2021-04-07 10:16:59 +02:00
Sandeep Somavarapu
b854effee9 Fix #120700 2021-04-07 09:55:53 +02:00
Benjamin Pasero
3cbbe4d249
window - make sure all perf entries are there 2021-04-07 09:23:32 +02:00
Benjamin Pasero
5aef07536d
window - more aligned window config handling 2021-04-07 09:18:08 +02:00
João Moreno
269025c30b
hmm 2021-04-07 09:07:48 +02:00
João Moreno
219509dc2d
fix yarn lock check 2021-04-07 09:04:14 +02:00
Benjamin Pasero
28a55539bb
window - create a proper window config 2021-04-07 08:40:53 +02:00
Benjamin Pasero
04b6291eed
build - push missing compile artifacts 2021-04-07 08:00:38 +02:00
Matt Bierner
05b52df98a Update JS/TS grammar 2021-04-06 17:17:43 -07:00
Tyler James Leonhardt
28a246d9ec
Don't call node-gyp anymore (#120673)
This npx call was installing node-gyp 8.0 which requires a newer version of Python then what's in our containers.

I've removed it but also followed the advice of the comment that says only remove it if prebuild-install is updated in keytar...

So I updated keytar's dependencies which pulled in prebuild-install 6.1.1 with the fix.

If this isn't the right move, feel free to revert and then we can move to Debian Buster which has a version of Python that is new enough.
2021-04-06 16:33:13 -07:00
rebornix
d2f3982497
update markdown cell heights synchronously on init. 2021-04-06 16:14:34 -07:00
Rob Lourens
7ed402d367 Remove nextTick usages 2021-04-06 15:30:20 -07:00
Jean Pierre
8117fec7df
Fixes #120036 (#120275) 2021-04-06 15:29:36 -07:00
Raymond Zhao
bbcaac9693
Fix output.selfClosingStyle, fixes #120417 2021-04-06 14:37:43 -07:00
Martin Aeschlimann
b7989dddc5 Goto line number does not work when --remote and -g are used at the same time. Fixes #120487 2021-04-06 23:09:14 +02:00
rebornix
3efdebb1e7
Merge branch 'notebook/dev' into main 2021-04-06 14:03:18 -07:00
rebornix
331015eaf0
track notebook file open perf. 2021-04-06 14:02:17 -07:00
Sandeep Somavarapu
408d356111 Fix #120657 2021-04-06 22:37:05 +02:00
Daniel Imms
d3d7966f8c
Merge pull request #120382 from LuisPeregrinaIBM2/main
wsl -l -q, removes header and default mark
2021-04-06 13:03:03 -07:00
Daniel Imms
0e34376ed3
Hook up actual icons 2021-04-06 12:44:56 -07:00
Connor Peet
b8b23d8520
bump distro 2021-04-06 12:17:14 -07:00
Ladislau Szomoru
4209e2cc12
Workspace trust not enabled in web 2021-04-06 21:13:27 +02:00
Benjamin Pasero
2b6df1bba9 sandbox - disable vscode-file:// again (#120655) 2021-04-06 20:52:32 +02:00
isidor
ffb7adc71e
Revert "fixes #120166"
This reverts commit ffd7a242f5bf5727ec579f4a18ab5c2b41e363b7.
2021-04-06 20:16:09 +02:00
Raymond Zhao
551daf412e
Polish and fix #120245 2021-04-06 10:57:48 -07:00