Commit graph

77797 commits

Author SHA1 Message Date
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
Benjamin Pasero
9a9551b89f pfs - copy should preserve dangling symbolic links 2021-02-25 16:24:07 +01:00
João Moreno
0807313415
fixes #116083 2021-02-25 16:22:30 +01:00
Benjamin Pasero
1e799f5a17 anything quick pick - only restore editor view state in certain cases
I often search for a file to then type @ to see the symbols and to navigate in that file. If then I use the mouse to click into the editor, the view state is still reset. The fix is to only reset viewstate if the picker is closed via explicit gesture (ESC key).
2021-02-25 16:11:47 +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
Benjamin Pasero
acea397099 workspaces - use recursive mkdirSync 2021-02-25 10:16:41 +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
Benjamin Pasero
a469f5eafa storage - rename storageservice2 => storageservice 2021-02-25 09:40:58 +01:00
Benjamin Pasero
2ab5a60c0b storage - drop old node based storage service 2021-02-25 09:38:51 +01:00
Benjamin Pasero
5fabc0d9dc smoke test - remove code only needed for stable january release 2021-02-25 09:31:55 +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
Rob Lourens
73432445e5 Fix markdown cell going into edit mode when clicking a link
Fix #109679
2021-02-24 12:07:03 -08:00
Jackson Kearl
377ce5a59e Add feature flag for opeing to first incomplete section
Closes #117533
2021-02-24 12:06:28 -08:00
rebornix
c413a1c7ae fix build. 2021-02-24 11:42:06 -08:00
Jackson Kearl
778e21ed45 Fix #117597 2021-02-24 11:33:11 -08:00