Commit graph

77650 commits

Author SHA1 Message Date
Miguel Solorio cda3b7e157 Tweak cell toolbar position 2021-02-25 14:55:39 -08:00
Miguel Solorio 6d63655a75 Adjust top cell toolbar position (fixes #117676) 2021-02-25 14:48:30 -08:00
deepak1556 3bfba9fa22 chore: bump distro 2021-02-25 13:46:33 -08:00
Alex Dima 5b6dd28057
Fixes #115861 2021-02-25 22:29:39 +01:00
Matt Bierner 9ba671094c Revert "Fix webview focus issues that prevent cut/copy/paste when opening files with a quick pick (#116899)"
This reverts commit 5ba8f6e7ec.

Fixes #117595

Looks like the first time this is called, document.activeElement is still `<body>`
2021-02-25 13:17:08 -08:00
Raymond Zhao e5096a3169 Exclude z-author-verified from issues to verify in endgame notebook 2021-02-25 20:30:18 +00:00
Harald Kirschner 14243220e5
Bump distro 2021-02-25 12:09:47 -08:00
Connor Peet 75b26c1e5e
debug: update js-debug 2021-02-25 11:39:55 -08:00
Megan Rogge ae186be470 cancel disconnect runner on attach 2021-02-25 11:31:43 -08:00
Jackson Kearl 57c918802b Fix up types, make done always boolean
Fix #117336
2021-02-25 10:31:36 -08:00
Alexandru Dima 3516df762d
Fixes #116305: Add fake consumer of IMarkerDecorationsService to instantiate it 2021-02-25 19:20:16 +01:00
Daniel Imms b91b917e9a Revert "Add shadow to custom hovers"
This reverts commit 80ea6efb4a.
2021-02-25 09:27:13 -08:00
Megan Rogge dc04badf34 check if enablePersistentSessions before updating remote or local state 2021-02-25 09:16:39 -08:00
Johannes Rieken ebdf30f088 leaks across notebook/contrib, fixes https://github.com/microsoft/vscode/issues/117687 2021-02-25 16:45:33 +01:00
Sandeep Somavarapu dbd510ec91 Fix #113643 2021-02-25 16:40:02 +01:00
João Moreno 0807313415
fixes #116083 2021-02-25 16:22:30 +01:00
Sandeep Somavarapu 86fc2ba85f Fix #115425 2021-02-25 15:32:30 +01:00
João Moreno 54b88057c4
list: fix #116788
when reusing DOM nodes, be sure to call disposeElement on all of them before giving them away to the new list items
2021-02-25 15:13:24 +01:00
Alex Ross ca065c2928 Preview in Editor button showing in web
Fixes microsoft/vscode-remote-release#4557
2021-02-25 15:11:56 +01:00
isidor e6e61368ff fixes #114933 2021-02-25 14:51:20 +01:00
Sandeep Somavarapu a5c6a90064 Fix #117612 2021-02-25 14:41:16 +01:00
isidor 2e63ec65ed fixes #116883 2021-02-25 14:07:34 +01:00
Johannes Rieken 059e5798a2 notebook updates 2021-02-25 13:03:26 +01:00
Johannes Rieken 44afa91ef6 also support when in viewsWelcome, https://github.com/microsoft/vscode/issues/9303 2021-02-25 13:03:26 +01:00
Alexandru Dima 1b83aa0bce
Merge pull request #117472 from microsoft/alex/improve-connection-timeout-case
Improve handling of connection timeout limits
2021-02-25 11:26:33 +01:00
Johannes Rieken 83ee8419e5 fix https://github.com/microsoft/vscode/issues/117640 2021-02-25 11:11:37 +01:00
Andre Weinand abf2f3f6c8 node-debug@1.44.17 2021-02-25 11:03:23 +01:00
Andre Weinand 1f7ab5005e upgrade to final version of DAP 1.45 2021-02-25 11:02:34 +01:00
Johannes Rieken 9efc326b9b fix https://github.com/microsoft/vscode/issues/117594 2021-02-25 10:44:09 +01:00
Sandeep Somavarapu b85eb124d8 update milestone 2021-02-25 10:07:05 +01:00
Sandeep Somavarapu 6ade3e3296 Fix #117504 2021-02-25 09:56:39 +01:00
deepak1556 59c31364c7 Revert "Revert "chore: bump electron@11.3.0""
This reverts commit 105e8eec28.
2021-02-24 23:27:12 -08:00
Miguel Solorio 93c941bef8 Adjust markdown bottom cell toolbar (fixes #117626) 2021-02-24 20:45:58 -08:00
Megan Rogge aabd93ed35 fix #117367
Co-authored by: Eric Amodio <eric.amodio@microsoft.com>
2021-02-24 20:32:20 -08:00
Daniel Imms d37f3ffa39
Merge pull request #117645 from microsoft/merogge/hidden-term
don't relaunch hideFromUser terminals
2021-02-24 18:49:10 -08:00
deepak1556 105e8eec28 Revert "chore: bump electron@11.3.0"
This reverts commit e4a082af7f.
2021-02-24 18:08:03 -08:00
Jackson Kearl 51b93e4026 Fix #115320 2021-02-24 18:04:38 -08:00
rebornix 805e7f281c fix #82587. 2021-02-24 17:43:07 -08:00
Daniel Imms 1582402b61 Fix occasional non-restored terminal buffer/title
This issue was happening due to the order in which start and IPC
event handlers were initialized in ChannelClient. The fix was to
register the listeners a single time in TerminalInstanceService,
ahead of when they actually get used when initializing LocalPty
objects.

Fixes #117432
Fixes #117363
2021-02-24 17:36:39 -08:00
Jackson Kearl 1ba3ea20d6 Fix #117345 2021-02-24 17:35:14 -08:00
Jackson Kearl 1a1178165d Actually use the tasExperimentService 2021-02-24 17:28:27 -08:00
Megan Rogge 6d0ce95af4 fix #116713 2021-02-24 17:23:19 -08:00
Rachel Macfarlane a708ba7a58 Update authentication provider doc strings, fixes #117409, fixes #117411, fixes #117414 2021-02-24 16:48:54 -08:00
Megan Rogge d83895acf7
clear terminal layout info on window close (#117496)
* fix #117372

* fix #117583

* restore any valid terminals
2021-02-24 16:02:50 -08:00
Matt Bierner 8de95c02db Check to see if widget has been disposed of while actions are resolving
Fixes #117368
2021-02-24 15:59:25 -08:00
rebornix f4065074e7 fix #115209. 2021-02-24 15:24:13 -08:00
rebornix 05d3593f91 fix #114936. 2021-02-24 14:42:54 -08:00
Rachel Macfarlane 7f481d2fcc Make added, removed, changed, optional in auth session change event, fixes #117469 2021-02-24 14:16:47 -08:00
Rachel Macfarlane 2852916b59 Pass scope directly when signing in to other account, fixes #117510 2021-02-24 13:06:13 -08:00
Rob Lourens 12f68ec775 Fix unclear row focus in settings editor
Fix #117527
2021-02-24 12:11:50 -08:00