Commit Graph

89088 Commits

Author SHA1 Message Date
Johannes Rieken 095b318be9 Merge branch 'main' into joh/langStatus 2021-08-26 11:04:15 +02:00
Benjamin Pasero cdde5bedbf web tests - mention how to enable playwright logging 2021-08-26 10:34:17 +02:00
Johannes Rieken b4228a5969 add TST#fill, https://github.com/microsoft/vscode/issues/131648 2021-08-26 09:31:27 +02:00
Benjamin Pasero 514697c865 web - offer to "Open Remote..." when local file access is not possible 2021-08-26 09:22:39 +02:00
Benjamin Pasero a577d545f1 Locked groups: inactive tab not revealed in locked group (fix #131520) 2021-08-26 09:08:52 +02:00
Johannes Rieken 970b294482 fix comments formatting 2021-08-26 08:43:32 +02:00
Benjamin Pasero 163c866d3d locked groups - change to object setting and allow editorId and viewType (fix #131536, fix #131533) 2021-08-26 08:24:54 +02:00
Rob Lourens b71e20ceba Don't render collapsed outputs in viewport warmup
Fix #131375
2021-08-25 20:48:55 -07:00
SteVen Batten 303dae9fe5 use .length as it will never be null 2021-08-25 16:42:10 -07:00
SteVen Batten 61b142ff19 fixes #131148 2021-08-25 16:37:42 -07:00
Tyler Leonhardt 94e99e525b make sure the controller is reset properly. fixes #131653 cc @chrmarti 2021-08-25 15:23:08 -07:00
Jackson Kearl 24631196d9 Jackson/windows smoke test 86cc505c (#131661)
* Comment out unit and integration tests

* Don't open welcome for telemetry notice if product telemetry is disabled.
Fixes #131617

* Revert "Comment out unit and integration tests"

This reverts commit cac7647c526260e0de6c2e6213c288075eacfe8b.

Co-authored-by: Ladislau Szomoru <3372902+lszomoru@users.noreply.github.com>
2021-08-25 15:12:51 -07:00
Daniel Imms 08069da007 Fix creation of terminal profiles via dropdown
Fixes #131577
2021-08-25 14:28:43 -07:00
Rob Lourens e96fcce300 Fix webview blur handler
Fix #121242
2021-08-25 13:59:19 -07:00
Matt Bierner b2bbd76e80 Fix writing kernelspec
For #130602

I think we need to write it into metadata section instead of the top level
2021-08-25 13:27:02 -07:00
Daniel Imms d466ee95c1 Pass existing editor group id when opening terminals via term quick access
Fixes #131608
2021-08-25 12:57:51 -07:00
Jackson Kearl 5651b21802 Revert unuintended changes in ed3a2bb182 2021-08-25 11:40:46 -07:00
Jackson Kearl ed3a2bb182 Close #131596 2021-08-25 11:29:51 -07:00
Benjamin Pasero 68daa9669e fix #131535 (#131630) 2021-08-25 10:53:38 -07:00
Tyler Leonhardt 884081f753 remove semicolon in innerText 2021-08-25 10:47:09 -07:00
Jackson Kearl d9f8ce6daf Fix #125349 2021-08-25 10:18:04 -07:00
isidor 1c472c8403 accessibility auto assign to sana
fyi @sana-ajani
2021-08-25 19:13:01 +02:00
Harald Kirschner ae86e4c505 Aligning Open Folder labels for walkthrough/explorer 2021-08-25 09:52:02 -07:00
Jackson Kearl b425a65ce4 Remove animations to fix height checking bugs
Seems scrollHeight will sometimes yield erroneous values if an animation is taking place.
Fixes microsoft/vscode-python/issues/16812
Fixes microsoft/vscode/issues/130224
2021-08-25 09:22:37 -07:00
Tyler James Leonhardt e167e58bb6 update comment for onDidTriggerButton. Fixes #131588 2021-08-25 09:04:12 -07:00
Benjamin Pasero bed61166fb editor toolbar: set debounce delay to 0 (fix #131584) 2021-08-25 17:10:38 +02:00
Sandeep Somavarapu 1c0b279cc7 Validate if version does not match in Marketplace 2021-08-25 16:42:30 +02:00
Logan Ramos 43a37c8714 Bump distro 2021-08-25 10:28:39 -04:00
Alex Dima b886269778 Fix issue where _recvAckCheck could trigger a timeout by looking at messages which were sent during reconnection and would have a writtenTime equal to 0. 2021-08-25 16:22:53 +02:00
Johannes Rieken aa4f2d5051 use info, warning, error icons, no colors for now, remove padding (hack) 2021-08-25 15:52:18 +02:00
Johannes Rieken 81564fac96 allow to set debounce delay when creating menu, https://github.com/microsoft/vscode/issues/131584 2021-08-25 15:14:52 +02:00
Johannes Rieken 4baebf9ea0 Merge branch 'main' into joh/langStatus 2021-08-25 14:24:44 +02:00
Benjamin Pasero 3265924678 editor group column - improve early returns 2021-08-25 14:04:03 +02:00
Benjamin Pasero 8c7178f47e editor group column 💄 2021-08-25 13:46:30 +02:00
Henning Dieterichs d9d9a6d72e Merge pull request #131621 from microsoft/hediet/improves-disposable-tests
Improves disposable tests
2021-08-25 13:18:32 +02:00
Benjamin Pasero 347b18adaf web - do not restore editors in tmp case 2021-08-25 12:47:29 +02:00
Benjamin Pasero 9e15b4578b notebooks - properly convert ViewColumn when passed to editor service 2021-08-25 12:37:57 +02:00
Henning Dieterichs 0cdde3428c Merge pull request #131620 from microsoft/hediet/inline-completions-explicit-triggering
Fixes #131508.
2021-08-25 11:59:48 +02:00
Johannes Rieken 1bb144d69c update outside team list 2021-08-25 11:50:38 +02:00
Henning Dieterichs f0d0b8a7b5 Don't report leaking disposables if test failed already. 2021-08-25 11:29:24 +02:00
Henning Dieterichs 6f9be5c34d Dispose schedulerProcessor even if fn throws. 2021-08-25 11:29:04 +02:00
Henning Dieterichs 9db92f11e9 Fixes #131508. 2021-08-25 11:27:12 +02:00
Benjamin Pasero e4ac631e9d Locked groups: inactive tab creates empty group (fix #131557) 2021-08-25 11:25:00 +02:00
Ladislau Szomoru 00ce3879c3 Comment out Windows smoke tests 2021-08-25 11:24:24 +02:00
Alex Dima 15cd604e69 Fixes #131438: Do not wait for the extension host start call when handling Immediate activation events 2021-08-25 11:14:08 +02:00
Benjamin Pasero 65475dc56e crash reporter - fix runtime crash with invlid props (fix #130087)
//cc @deepak1556
2021-08-25 10:31:39 +02:00
Henning Dieterichs 80627022a0 Don't colorize brackets in markdown files. 2021-08-25 10:25:47 +02:00
Henning Dieterichs c7d55735fd Merge pull request #131405 from microsoft/hediet/colorizedBracketPairs
Implements language configurable colorizedBracketPairs property.
2021-08-25 10:23:55 +02:00
Henning Dieterichs dc1d2dac45 Fixes #129443. 2021-08-25 10:20:24 +02:00
Henning Dieterichs 6f6bcfe764 Fixes CI failure. 2021-08-25 09:55:39 +02:00