Commit Graph
73433 Commits
Author SHA1 Message Date
Rob Lourens 485badfd8d Fire onDidChangeConnectionState at the right time 2020-10-29 17:52:00 -07:00
Alex Ross 04863391e9 Fix scope checking mismatch (#109665) 2020-10-29 17:05:21 -07:00
Connor Peet 47bbc2f8e7 terminal: fix typeahead move-by-word buffering too much 2020-10-29 16:24:13 -07:00
Connor Peet 8efd1566c2 terminal: fix typeahead buffer being able to affect output when off 2020-10-29 16:19:55 -07:00
Alex Dima 97cc33f9aa update distro 2020-10-29 23:08:41 +01:00
Rob Lourens 574ee2032c Set initial terminal focus based on connection state 2020-10-29 14:47:48 -07:00
Alex Dima 78d74509d6 update distro 2020-10-29 21:47:47 +01:00
Alex Dima 7b40975fd7 Allow a resolver to provide the remote connection token 2020-10-29 21:28:04 +01:00
meganrogge 40cf6489c9 remove unused variables 2020-10-29 10:58:54 -07:00
Rachel Macfarlane 4f14ebbbb3 Update distro 2020-10-29 10:24:30 -07:00
Connor Peet 0f20bc22a9 terminal: cover more password inputs in typeahead
https://github.com/microsoft/vscode-internalbacklog/issues/1586
2020-10-29 09:31:08 -07:00
meganrogge fd3aa3e89d save state frequently 2020-10-29 08:28:05 -07:00
isidor 71a34a2cf9 fixes #108850 2020-10-29 16:13:19 +01:00
isidor 03991cbe77 fixes #71315 2020-10-29 15:39:17 +01:00
Benjamin Pasero 7690417736 Proxy auth dialog shown on hidden window (fix #109667) 2020-10-29 15:29:13 +01:00
Johannes Rieken ffed43d8bd undo sample change... 2020-10-29 15:18:27 +01:00
Johannes Rieken 457a660066 remove editor.suggest.statusBar.visible and add editor.suggest.showStatusBar, fixes https://github.com/microsoft/vscode/issues/109668 2020-10-29 15:17:15 +01:00
Sandeep Somavarapu 48eb87fd52 Fix #108584 2020-10-29 14:36:13 +01:00
João Moreno 96d03d1ecc Linux Snap: Prevent GDK_PIXBUF env from leaking out (#109608)
* update hygiene file

* snap: do not let GDK_PIXBUF leak out

fixes #100940

* 💄
2020-10-29 14:13:22 +01:00
Benjamin Pasero 17f41daa23 proxy - change API to accept severity 2020-10-29 14:02:39 +01:00
Dirk Bäumer 550f0983c0 Merge pull request #109654 from LeuisKen/master
typo: tanslations -> translations
2020-10-29 13:07:58 +01:00
Johannes Rieken cd0c631b1f fix https://github.com/microsoft/vscode/issues/109658 2020-10-29 12:16:46 +01:00
Dirk Bäumer 23981bf735 Merge branch 'master' into master 2020-10-29 11:34:04 +01:00
Johannes Rieken 2b0ede6ea7 update outside list 2020-10-29 11:10:03 +01:00
Johannes Rieken b213389208 update verify-notebook 2020-10-29 10:43:17 +01:00
Johannes Rieken 7ec1da7531 fix https://github.com/microsoft/vscode/issues/109650 2020-10-29 10:38:36 +01:00
Benjamin Pasero f8a7353485 🆙 web playground 2020-10-29 09:38:45 +01:00
Jiaxun Wei 7f0a565a39 typo: tanslations -> translations 2020-10-29 16:34:53 +08:00
Benjamin Pasero f07cc1ef2d web - try workspace scheme for default Uri scheme as last resort (for #109619)
//cc @alexr00
2020-10-29 09:30:11 +01:00
Johannes Rieken 0651cee155 fix https://github.com/microsoft/vscode/issues/109632 2020-10-29 09:28:47 +01:00
Johannes Rieken 1b30218687 dont trigger quick suggest on arrow keys, only refilter, fixes https://github.com/microsoft/vscode/issues/109634 2020-10-29 09:08:12 +01:00
Ikko Ashimine a607b1437b Fixed typo 'sequece' to 'sequence'
* comment
2020-10-29 15:10:49 +09:00
Rob Lourens bb4b04f206 Terminal reconnection - Get rid of awkward "empty tab" concept 2020-10-28 20:03:43 -07:00
meganrogge 2ee8b8c645 fix #109629 2020-10-28 18:26:39 -07:00
Connor Peet 7210c7246a terminal: increase default localEchoLatencyThreshold 2020-10-28 17:51:02 -07:00
Connor Peet 56bac689a0 terminal: improve typeahead naming
Fixes https://github.com/microsoft/vscode/issues/109585
2020-10-28 16:40:46 -07:00
Rob Lourens 5d0525b50d Reconnect terminals at startup instead of waiting
for the terminal view to become visible
2020-10-28 16:20:40 -07:00
848876f7b9 fixes #109566
Co-authored-by: Megan Rogge <megan.rogge@microsoft.com>
Co-authored-by: Eric Amodio <eric.amodio@microsoft.com>
2020-10-28 15:02:34 -07:00
Connor Peet bd0e1b8dbd Merge branch 'connor4312/typeahead-style-improvements' 2020-10-28 14:51:53 -07:00
Connor Peet 75fc94a8c3 terminal: more correct style parsing in typeahead 2020-10-28 14:50:07 -07:00
meganrogge e24b922c7e revert scroll to bottom line 2020-10-28 14:27:54 -07:00
meganrogge 31d981f5b1 fix #109566 2020-10-28 14:07:35 -07:00
Johannes Rieken eedf704b0b add config option to disable whitespace select 2020-10-28 14:07:35 -07:00
Connor Peet 42473289a1 terminal: fix typeahead tests 2020-10-28 13:20:21 -07:00
Connor Peet ec322eaf4d terminal: copy char attributes in for proper cursor maintainence 2020-10-28 13:01:15 -07:00
SteVen Batten 68da44da78 improve accounts icon submenu placement
refs #109603
2020-10-28 12:14:34 -07:00
SteVen Batten 38af5a8e32 improve global activity menu placement
refs #109603
2020-10-28 11:58:25 -07:00
Sandeep Somavarapu 6a2535e0ab Fix #107965 2020-10-28 19:49:42 +01:00
Connor Peet 332203e244 Merge branch 'master' into connor4312/typeahead-style-improvements 2020-10-28 11:34:38 -07:00
Connor Peet 68b73059e8 terminal: fix typehead unit test error 2020-10-28 11:28:45 -07:00