Commit Graph

89088 Commits

Author SHA1 Message Date
Rob Lourens 0aebe7b44d Format cell timers with minutes
Fix #133553
2021-09-21 17:20:33 -07:00
rebornix 0f82c57ee5 FastDomNode. 2021-09-21 16:18:19 -07:00
rebornix de7d0b420d avoid output height check during rendering. 2021-09-21 16:00:27 -07:00
SteVen Batten 8651c32943 fix cache for panel order 2021-09-21 15:54:05 -07:00
Jackson Kearl 8b9fb9c1ae Up distro 2021-09-21 15:27:00 -07:00
rebornix 6bcabc86ea only check offsetheight for output rendered in main frame. 2021-09-21 14:12:28 -07:00
Tyler Leonhardt 6effc2377b include js change of nlsmetadata 2021-09-21 13:05:11 -07:00
Daniel Imms 95d2267f27 Use flexbox to layout terminals
This makes the terminal element ancestors have the correct dimensions which should
make it easier to use the scrollable element object

Part of #74501
2021-09-21 12:46:19 -07:00
Logan Ramos 6c5b3dfea1 Update proposed.d.ts 2021-09-21 15:39:36 -04:00
Tyler Leonhardt 4cc83ad27e run nlsmetadata on web output 2021-09-21 12:29:39 -07:00
Megan Rogge e9b4ec74d3 fix #133539 2021-09-21 12:23:58 -07:00
Daniel Imms d56f8ff234 Remove unused import 2021-09-21 12:07:59 -07:00
Daniel Imms b9187183a1 Fix cwd detection capability on mac 2021-09-21 12:06:29 -07:00
rebornix be2e900ee6 batch dom read and write 2021-09-21 12:02:26 -07:00
rebornix 1a22d1ac22 diff outputs test. 2021-09-21 11:52:00 -07:00
Daniel Imms 75e7f7e07e Re-enable cwd detection on macOS
Fixes #78438
2021-09-21 11:45:35 -07:00
rebornix 1ffb77b3ea diff editor outputs compare 2021-09-21 11:43:21 -07:00
Megan Rogge 4604efa189 improve title handling of sequence
Co-authored-by: Daniel Imms <2193314+Tyriar@users.noreply.github.com>
2021-09-21 11:32:27 -07:00
Logan Ramos 402c60c9e9 Fix space 2021-09-21 14:31:40 -04:00
Logan Ramos f713624feb Add index to tab 2021-09-21 14:27:33 -04:00
Megan Rogge 356ce71231 remove unneeded refreshTabLabels call 2021-09-21 11:15:35 -07:00
Megan Rogge c3d5c8fb0b fix #133538 2021-09-21 10:51:45 -07:00
Logan Ramos 420436d4c4 Fix #133493 2021-09-21 13:36:30 -04:00
Logan Ramos aab8675480 Deprecate crash reporter
/cc @sbatten
2021-09-21 13:29:09 -04:00
Don Jayamanne 245fffbce1 Misc 2021-09-21 10:17:33 -07:00
Megan Rogge 109c0790d2 fix #133118 2021-09-21 10:00:28 -07:00
SteVen Batten d4c222488d Large Refactorings Pane Composite Parts (#133485)
* add auxiliary bar

* enabled DnD

* part of merge

* rename functions in IViewletService
prep-work for unifying services

* make auxiliarybarservice extends Ipanelservice

* rename functions in IPanelService
prep-work for unifying services

* introduce basic experimental setting

* everything is IPaneCompositeService

* panecompositeservice

* fix tests

* rename to panecompositepartservice

* rename parts class

* remove activitybarservice

* remove unnecessary service files
2021-09-21 09:44:43 -07:00
Rob Lourens 873ac56c38 Don't show both hovers in cell while debugging
Fix #127676
2021-09-21 09:30:42 -07:00
Alex Dima 8d3ce8d7f5 Fix the transformation to an external module .d.ts 2021-09-21 17:20:30 +02:00
Henning Dieterichs 0671cb3e38 Merge pull request #131789 from microsoft/hediet/bracket-pair-colorizer-improvements
bracket pair colorizer improvements
2021-09-21 16:20:49 +02:00
Johannes Rieken 20048d6d4f add new decoration provider to the start of the list, https://github.com/microsoft/vscode/issues/133210 2021-09-21 16:04:44 +02:00
Johannes Rieken 121d1a664d make sure to clear decorations, https://github.com/microsoft/vscode/issues/16221 2021-09-21 15:38:11 +02:00
Henning Dieterichs e8807a25d6 * Reduces memory consumption of bracket pair colorization by getting rid of PairAstNode._children
* Implements immutable lists that are copied on demand.
2021-09-21 15:36:19 +02:00
Henning Dieterichs 100c027351 Improves performance of concat23Trees 2021-09-21 15:36:19 +02:00
Alex Ross c7ba575b52 Convert host to locahost in some cases
Part of https://github.com/microsoft/vscode-remote-release/issues/5613
2021-09-21 15:32:47 +02:00
Johannes Rieken 02e94bc19d Revert "remove whitespaceBefore/After from InlayHint, https://github.com/microsoft/vscode/issues/16221"
This reverts commit ee56349b8b.
2021-09-21 15:26:32 +02:00
Johannes Rieken 530a6a7cc7 manage decoration type ids with its referencing decorations, https://github.com/microsoft/vscode/issues/16221 2021-09-21 15:26:31 +02:00
Johannes Rieken 083e1c1c8f have at least 1px padding, https://github.com/microsoft/vscode/issues/16221 2021-09-21 15:26:31 +02:00
Benjamin Pasero 4211a1ad23 watcher - enable nsfw by default on macOS and Windows and add a setting to disable that (#132483) 2021-09-21 15:12:40 +02:00
Benjamin Pasero 4f8e969995 bootstrap - remove now redundant check 2021-09-21 15:12:39 +02:00
Johannes Rieken 20f5b6ea4c afterInjectedText is not used, fyi @hediet 2021-09-21 15:07:49 +02:00
Johannes Rieken db47462779 add colors for inlay hint kinds type, parameter, and other (default) 2021-09-21 14:52:57 +02:00
Johannes Rieken ee56349b8b remove whitespaceBefore/After from InlayHint, https://github.com/microsoft/vscode/issues/16221 2021-09-21 14:23:00 +02:00
Johannes Rieken 2f33470e28 only update inlay hints of ranges that have been asked, keep other inlays intact, https://github.com/microsoft/vscode/issues/128159 2021-09-21 14:08:04 +02:00
Johannes Rieken b508bcd1e7 remove InlayHintsData and use just InlayHint 2021-09-21 14:08:04 +02:00
Johannes Rieken bd3ff72860 sort language status by sev, source, than id 2021-09-21 14:08:04 +02:00
Daniel Imms c1ad05a416 Use less intense colors for session restore message
Fixes #133496
2021-09-21 04:28:28 -07:00
Henning Dieterichs d917029918 Uses EventType.MOUSE_DOWN instead of EventType.CLICK so that high frequent clicks work properly. Fixes #133517. 2021-09-21 13:03:47 +02:00
Henning Dieterichs 9b0c64ca50 Revert "Fixes #133353 by hiding ghost text on editor blur.", as this causes issues with the hover that steals the focus of the editor.
This reverts commit c79d31a9ea.
2021-09-21 12:46:31 +02:00
Henning Dieterichs d6b2e78477 Fixes #132847 by configuring ${...} as bracket pair. 2021-09-21 12:28:25 +02:00