Commit graph

72082 commits

Author SHA1 Message Date
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
Sandeep Somavarapu
885e37289a #91054 Show install and sync dialog when installing extensions 2020-10-26 23:19:45 +01:00
Rob Lourens
137dcc4463 Fix not putting focus in the integrated terminal when it's first shown.
This is a little hacky and we might want to rethink it but should be safe and fine
2020-10-26 14:57:16 -07:00
SteVen Batten
c2337d8c56 fixes #106083 2020-10-26 14:52:24 -07:00
Connor Peet
ba1b6a7b87
chore: bump js-debug 2020-10-26 14:03:07 -07:00
Martin Aeschlimann
481d354ede Windows: last active window is no longer getting focus back. Fixes #109391 2020-10-26 21:07:16 +01:00
Daniel Imms
35c3949d46 Add missing semi colon 2020-10-26 12:44:06 -07:00
Martin Aeschlimann
a2a0fe56a0 Error: base must be a non-empty string, or null/undefined. 2020-10-26 20:22:34 +01:00
Rob Lourens
c6d1ba6cee Fix "Starting" terminal label 2020-10-26 19:15:43 +00:00
rebornix
1a3339399a re #108349. unbind only for macOS 2020-10-26 11:49:41 -07:00
SteVen Batten
8349265e1b fixes #109304 2020-10-26 11:47:52 -07:00
Benjamin Pasero
a773d485d6
Firefox: avoid menu actions firing twice (#109374)
* 💄

* fix #108621
2020-10-26 11:21:04 -07:00
kieferrm
3ef712e195 update distro 2020-10-26 17:59:52 +00:00
Martin Aeschlimann
2f22788b6c
pack emmet including the vscode-emmet-helper (#109257) 2020-10-26 10:37:18 -07:00
Martin Aeschlimann
29f2a4aa58 [html] update service 2020-10-26 18:02:24 +01:00