Commit graph

72096 commits

Author SHA1 Message Date
Rob Lourens a9bbd0c09c Fix terminal stealing focus from the multistep quick pick.
This is a little weird. onDidFocus is based on a focus tracker,
but the focus() method is called when the terminal is actually expected
to take focus.
Fix #109538
2020-10-27 17:47:20 -07:00
SteVen Batten 949c3e089b fixes #109305 2020-10-27 17:05:30 -07:00
Rob Lourens 4edcd16944 Rename new terminal setting 2020-10-27 16:44:40 -07:00
Rob Lourens 5572cbf5c5 Bump distro 2020-10-27 16:36:49 -07:00
Jackson Kearl f80e33278f Reduce markdown render passes from N+2 to N for N interactive playground cells.
Fixes #108310.
2020-10-27 16:28:50 -07:00
meganrogge 7b173fac62 change ctrl/cmd to alt key 2020-10-27 14:56:11 -07:00
meganrogge 91136807e8 fixes #109436 2020-10-27 14:27:08 -07:00
SteVen Batten 3b403f105c refs #102954 2020-10-27 21:05:02 +00:00
meganrogge a189192e26 fixes #109435 2020-10-27 13:59:27 -07:00
Sandeep Somavarapu 325cb4a67d #95209 Move to final API 2020-10-27 20:51:31 +01:00
Rob Lourens 7beee049d0 Also check "enableTerminalReconnection" when creating terminal 2020-10-27 12:34:20 -07:00
Johannes Rieken 3ed90dc2f0 relayout when rendering code blocks 2020-10-27 20:09:52 +01:00
meganrogge bb3bb1375c fix #109450 2020-10-27 11:11:39 -07:00
Jackson Kearl 6c7ad2df66 Run OSS Tool & Update Accordingly 2020-10-27 11:05:54 -07:00
rebornix 53c7a7cb08 fix #95866. 2020-10-27 10:53:42 -07:00
Johannes Rieken 71616bd36d delete obsolete es6-search file, https://github.com/microsoft/vscode/issues/103454 2020-10-27 18:10:28 +01:00
Johannes Rieken 1a130d2c17 remove unused code,https://github.com/microsoft/vscode/issues/103454 2020-10-27 18:09:54 +01:00
Johannes Rieken d21afdfdc1 don't reposition details when resizing, fixes https://github.com/microsoft/vscode/issues/109448
also fixes https://github.com/microsoft/vscode/issues/109464
2020-10-27 18:08:49 +01:00
Johannes Rieken 56278e0409 follow up for https://github.com/microsoft/vscode/issues/109461 2020-10-27 18:08:49 +01:00
Daniel Imms cece809137 Remove deprecated methods and refs in terminal
Fixes #103454
2020-10-27 09:54:32 -07:00
rebornix 30cbf40261 move CommentThread.canReply to d.ts. 2020-10-27 09:49:24 -07:00
João Moreno e94148b917
fixes #109443
Co-authored-by: João Moreno <joao.moreno@microsoft.com>
Co-authored-by: Megan Rogge <megan.rogge@microsoft.com>
2020-10-27 17:38:22 +01:00
rebornix c049c63281 update endgame notebook. 2020-10-27 09:08:05 -07:00
Alex Ross 0a1b71121c Handle invalid URLs in tunnel view address compacting
Fixes #109445
2020-10-27 17:02:54 +01:00
Connor Peet b6272af4a5
terminal: remove broken line logic in typeahead
Fixes https://github.com/microsoft/vscode-internalbacklog/issues/1561
2020-10-27 08:41:15 -07:00
Sandeep Somavarapu bdf79026d5
Merge pull request #108694 from gjsjohnmurray/fix-108673
fix #108673 Put FileSystemProvider error message into settings.json create-failure notification
2020-10-27 16:28:00 +01:00
Alex Ross 044b0faba8 Custom hover should have 13px font-size
Fixes #107278
2020-10-27 16:22:54 +01:00
Alex Ross 6b413891c5 Change themeColor to color in ThemeIcon api
Fixes #109459
2020-10-27 16:17:20 +01:00
Johannes Rieken 22f848ede4 better preferred width of suggestions, https://github.com/microsoft/vscode/issues/109461 2020-10-27 16:03:53 +01:00
Johannes Rieken 7f74025917 fix https://github.com/microsoft/vscode/issues/109458 2020-10-27 16:03:53 +01:00
Johannes Rieken 56499091c0 drop userSize at session end, not when hiding widget, https://github.com/microsoft/vscode/issues/109462 2020-10-27 16:03:53 +01:00
Benjamin Pasero 9f33b31b83 web - fix to show no veto if shutdown reason is Api 2020-10-27 15:20:35 +01:00
Johannes Rieken 162d2c5bfd details wrap normal unless they contain newlines, https://github.com/microsoft/vscode/issues/99370 2020-10-27 14:18:23 +01:00
Johannes Rieken 47623e6c53 add TST#deleteSuperstr. fyi @eamodio 2020-10-27 13:56:48 +01:00
Alex Ross 3f5476f3e6
Suggest shouldn't trigger on all characters in comments (#109093) 2020-10-27 11:31:03 +01:00
gjsjohnmurray a640cdbe43 implement PR feedback 2020-10-27 10:22:38 +00:00
Johannes Rieken 0410095623 add title attribute to details label, https://github.com/microsoft/vscode/issues/99370 2020-10-27 11:09:45 +01:00
Alex Ross 8d0ca78841 Revert "feat: Autodetect npm.packageManager #102050 (#102494)"
This reverts commit f8c0e3b612.
2020-10-27 10:07:45 +01:00
Sandeep Somavarapu df29df80c5 Fix #108973 2020-10-27 09:49:56 +01:00
Benjamin Pasero 0b1cd268f1 web - use logservice to log why unload was prevented 2020-10-27 08:17:59 +01:00
Benjamin Pasero 4f759fc230 proxy auth - use urlProtocol as partition 2020-10-27 07:56:47 +01:00
Rob Lourens e5c0007ce0 Register serverSpawn/enableTerminalReconnection settings 2020-10-26 21:22:44 -07:00
Jackson Kearl e3db76ab7f Update import 2020-10-26 19:04:26 -07:00
Jackson Kearl 74654f3c35
Use find-yarn-workspace-root over find-yarn-workspace-root2 (#109429) 2020-10-26 18:38:27 -07:00
Matt Bierner 9cb11c402f Update viewWelcome documentation to make it clear it only applies to tree views
Fixes #105832
2020-10-26 18:17:21 -07:00
SteVen Batten 15a3164768 allow empty submenu rendering
fixes #107147
fixes #105005
2020-10-26 16:16:35 -07:00
Matt Bierner 88c4e209dd Fixes unusualLineTerminators enum description order
Fixes #109260
2020-10-26 16:04:08 -07:00
Rachel Macfarlane 928e79f838 Verify GitHub tokens on auth provider start, fixes #108680 2020-10-26 16:01:58 -07:00
deepak1556 1c7154d00c chore: bump electron@9.3.3 2020-10-26 15:54:45 -07:00
Megan Rogge 5d4df8273e
markdown smart select (#108818)
smart select
2020-10-26 15:33:48 -07:00