Commit graph

79673 commits

Author SHA1 Message Date
Alex Ross ffde5985b2
Update color for port wtih running process
Part of microsoft/vscode-remote-release#4826
2021-04-08 14:29:39 +02:00
Benjamin Pasero c14109e5ec
perf - wait for dom ready when waiting for services 2021-04-08 14:01:53 +02:00
Alex Ross 61dacc2f81
Add hover underline to port address
Part of microsoft/vscode-remote-release#4826
2021-04-08 13:51:48 +02:00
Benjamin Pasero e9b4e01a4b
process explorer - fix window title 2021-04-08 13:39:30 +02:00
Alex Ross ffe10c858b
Add ctrl+click message to address cell in ports view
Part of microsoft/vscode-remote-release#4826
2021-04-08 13:32:13 +02:00
Benjamin Pasero c111a4caf2
perf - delay notifications for extensions disabled to a later point
The notification appearing while editors open is not a realistic scenario for the perf run.
2021-04-08 13:29:57 +02:00
Benjamin Pasero 10c17f374e fix speling error 2021-04-08 13:20:24 +02:00
Benjamin Pasero 28c734595a perf - add marks for crash reporter and window creation 2021-04-08 13:14:10 +02:00
Martin Aeschlimann 965f86890d
Merge pull request #120815 from CanadaHonk/patch-2
[themes] Fix JSON formatting in High Contrast Black default theme (2)
2021-04-08 13:05:59 +02:00
CanadaHonk 936219d314
Fix JSON formatting in High Contrast Black default theme (2) 2021-04-08 11:37:22 +01:00
Martin Aeschlimann eadff843e8
Merge pull request #120761 from CanadaHonk/patch-1
Fix JSON formatting in High Contrast Black default theme
2021-04-08 12:31:00 +02:00
Andre Weinand 969af66534
node-debug@1.44.23; fixes #120762 2021-04-08 12:25:47 +02:00
Benjamin Pasero 2214484ee4
startup perf - load NLS module conditionally; add perf mark for main IPC server 2021-04-08 12:08:40 +02:00
isidor 11d3a8027d
debug: better launch schema updating 2021-04-08 12:03:42 +02:00
João Moreno 7c3f60f86e
multiple action hover feedback fixes
fixes #120745
2021-04-08 11:57:32 +02:00
deepak1556 9a8d55525d fix: skip sha comparison for info.plist 2021-04-08 01:31:18 -07:00
Benjamin Pasero a41711cab5
Windows: --user-data-dir argument no longer supports relative paths (fix #120269) 2021-04-08 09:25:44 +02:00
Benjamin Pasero 44207598e9
sandbox - properly await fs creation 2021-04-08 09:07:19 +02:00
Benjamin Pasero 75da2b7add
sandbox - wire in paths from main side 2021-04-08 09:00:27 +02:00
Benjamin Pasero de3aca7a53
Revert "Add badclient telemetry property"
This reverts commit e5ef9895b6.
2021-04-08 08:03:54 +02:00
Matt Bierner e5ef9895b6
Add badclient telemetry property
TS will now notify us if it thinks the error was caused by the client instead of by a server error
2021-04-07 18:49:06 -07:00
Matt Bierner 513f207296
Don't overwrite perf value
I see this happening when you have a split notebook open and then reload VS Code
2021-04-07 17:59:22 -07:00
Matt Bierner 5207b98402
Update JS/TS grammars 2021-04-07 17:45:59 -07:00
rebornix 74a43ce149
Merge branch 'notebook/dev' into main 2021-04-07 17:34:21 -07:00
rebornix f593c51567
better perf marks. 2021-04-07 17:31:02 -07:00
Rob Lourens 5b6f939eb2 Don't remove the textmodel when closing the notebook editor, and cleanup how the textmodel ref is created
Fix #117936 more
2021-04-07 15:39:07 -07:00
Andre Weinand 3222bd6698
revert to node-debug@1.44.20 2021-04-08 00:28:20 +02:00
Matt Bierner d05ded6d3b
Use service workers for loading webview resources on desktop (#120654)
This switches us from using a custom protocol to using a service worker to load resources inside webviews. Previously we had only been using service workers on web (since custom protocols are not supported on web). The service worker based approach is much cleaner to than our custom protocol work and lets us avoid some extra roundtrips between the main process and the renderer

We were previously blocked from using service workers on desktop due to an electron issue. However this has now been resolved
2021-04-07 15:14:56 -07:00
CanadaHonk 4f55d8181b
Fix JSON formatting in High Contrast Black default theme 2021-04-07 22:08:21 +01:00
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
rebornix 967a33b6e2
fix code cell output offset flickering caused by wrong font update. 2021-04-07 10:45:35 -07:00
Connor Peet 28298795b1
debug: update debuggers, fix node not activating 2021-04-07 10:44:32 -07:00
rebornix 5c12763dbe
adopt toggled.title. 2021-04-07 10:12:38 -07:00
rebornix 1db8a625c2
fix #120603. 2021-04-07 10:12:15 -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
rebornix 17220763b6
fix title for toggle line numbers. 2021-04-07 09:42:35 -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