Commit graph

77627 commits

Author SHA1 Message Date
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
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
rebornix 663159f2fa fix selection after multi cell cut 2021-02-24 11:29:03 -08:00
Daniel Imms e62f7e8a45 Cancel disconnect timer on attach 2021-02-24 11:24:58 -08:00
rebornix 3b06d2d1f3 fix #117458 2021-02-24 11:21:43 -08:00
Jackson Kearl f1d434309a Revert to link styling fixes #117539 2021-02-24 11:17:54 -08:00
Jackson Kearl caff7f4dcb Fix #117336 2021-02-24 11:16:04 -08:00
rebornix 07340c27f5 fix #117449. 2021-02-24 10:48:13 -08:00
Jackson Kearl 22af2a1141 asFileUri -> asBrowserUri
Fixes #117592
2021-02-24 10:41:57 -08:00
Sandeep Somavarapu acfdb2d7ac Fix #115895 2021-02-24 19:38:37 +01:00
Daniel Imms 90cc8b1468 Only record layout info for shouldPersist terminals
Fixes #117578
2021-02-24 10:32:07 -08:00
Benjamin Pasero 213757cd5b fix #114031 2021-02-24 19:20:59 +01:00
Daniel Imms faccfff275 Make terminal test less strict
Fixes #117371
2021-02-24 09:41:24 -08:00
Daniel Imms 8042e9b5d5 Pass should persist to pty service
Fixes #117417
Part of #117578
2021-02-24 09:01:16 -08:00
Daniel Imms 80ea6efb4a Add shadow to custom hovers
This doesn't apply to the editor as that's a much bigger change

Fixes #116197
2021-02-24 08:34:00 -08:00
Benjamin Pasero fc61668a51 shared process - further delay spawning 2021-02-24 17:12:38 +01:00
Sandeep Somavarapu 20503c4da9 #114031 fix error 2021-02-24 17:11:19 +01:00
isidor 53fc5f7bb5 fixes #117256 2021-02-24 16:57:27 +01:00
isidor eba4c1bc1e debug: document context keys
#117256
2021-02-24 16:57:27 +01:00
Eric Amodio c9042f4985 Adds force option to defaultLayout 2021-02-24 10:40:54 -05:00
isidor d3b777f46c fixes #117348 2021-02-24 16:22:42 +01:00