Commit Graph
73433 Commits
Author SHA1 Message Date
João Moreno 9d8d3b269a fixes #109145 2020-10-28 10:55:20 +01:00
João Moreno 5188d40d2b 💄 perf 2020-10-28 10:46:39 +01:00
João Moreno cda6c03039 fixes #109573 2020-10-28 10:46:39 +01:00
Benjamin Pasero ce9ebb49ad Notifications no longer detect duplicates if rapidly firing (fix #109504) 2020-10-28 10:45:04 +01:00
Sandeep Somavarapu 3e97229e11 Fix #109543 2020-10-28 10:31:27 +01:00
João Moreno 3693855a8a 💄 2020-10-28 10:18:22 +01:00
Benjamin Pasero c2844f9e7e web - clarify window.confirmBeforeClose setting 2020-10-28 09:34:02 +01:00
Sandeep Somavarapu 7b3516acd4 Fix #109513 2020-10-28 08:40:58 +01:00
Sandeep Somavarapu 8d5b0a3da3 Fix #109537 2020-10-28 08:38:12 +01:00
deepak1556 bb16786cff fix: crash reproter arguments appeneded after '--' marker
Fixes https://github.com/microsoft/vscode/issues/108806
2020-10-27 21:24:23 -07:00
Mohammed Al-Dahleh 994b071092 #109255 Add encoding description to settings file encoding drop-down 2020-10-27 21:05:41 -04:00
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
Connor Peet b97bb4e8b9 terminal: ensure output is flushed before predicting backspaces 2020-10-27 15:10:17 -07:00
Connor Peet f82ff2194f terminal: flush terminal buffer before acquiring typeahead cursor 2020-10-27 15:00:11 -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
Connor Peet 33d61cd258 improve 2020-10-27 13:13:51 -07:00
Connor Peet 897f35f037 wip 2020-10-27 13:06:48 -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 MorenoandMegan Rogge 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
Rotem BarandJohn Murray 7f5714beec chore(extensions): incorrect localize key
Co-authored-by: John Murray <johnm@georgejames.com>
2020-10-27 15:05:11 +02:00
Johannes Rieken 47623e6c53 add TST#deleteSuperstr. fyi @eamodio 2020-10-27 13:56:48 +01:00