Commit graph

65914 commits

Author SHA1 Message Date
Matt Bierner 9efb82eda9 Fix kind of SourceAddMissingImports 2020-05-15 10:39:43 -07:00
Matt Bierner 39fb3b1065 Mark add missing imports as preferred fixes
Allow auto fixing add missing imports if:

- There is only one possible import
- And there are no better fixes (such as spelling changes)
2020-05-15 10:39:43 -07:00
Matt Bierner 541b9eb7a6 Don't mark fix all actions as preferred
Fixes #97866
2020-05-15 10:39:43 -07:00
Rob Lourens 72e6925981 Fade out cell focus indicator when notebook editor does not have focus 2020-05-15 12:21:23 -05:00
Rob Lourens 95f4e177ff Fix cell context key service parenting
Fixes some cell commands when a child of the cell row is selected
2020-05-15 12:05:05 -05:00
Rob Lourens 0a022904f9 Fix up document focus when moving cell focus 2020-05-15 12:05:05 -05:00
Daniel Imms 36595f92d3 Throw an exception when line doesn't exist, rather than adding undefined to line 2020-05-15 09:35:10 -07:00
Daniel Imms 1a3ef44738 Fix exception when providing links on Windows
Fixes #95575
2020-05-15 09:35:10 -07:00
SteVen Batten 3abf49966d fixes #96583 2020-05-15 09:33:01 -07:00
rebornix 51055efe35 Working Copy resource uri from backup. 2020-05-15 08:53:44 -07:00
Johannes Rieken db809fa542 use uri format for notebook cells that uses fragments, https://github.com/microsoft/vscode/issues/97881 2020-05-15 17:34:07 +02:00
Johannes Rieken 0a72cff694 update references viewlet, https://github.com/microsoft/vscode/issues/97881 2020-05-15 17:34:07 +02:00
Alex Ross 44770739a5 Fix updating tree view title before pane exists
Fixes #96219
2020-05-15 17:05:36 +02:00
isidor 7309285b3c diffReview: make underlying diff editor readonly
fixes #94199
2020-05-15 16:59:21 +02:00
Isidor Nikolic 33187ab34e
Merge pull request #97825 from microsoft/isidorn/accessibilityInformation
vscode api: introduce accessibilityInformation
2020-05-15 16:41:34 +02:00
Rob Lourens ac0fc18ab6 Force cell to be focused when it gains focus 2020-05-15 09:18:08 -05:00
Rob Lourens 742e0463d1 Fix markdown sizing issue when image loads slow
#97841
2020-05-15 09:18:08 -05:00
Johannes Rieken 3604ff88a5 use compare-util instead of custom one, https://github.com/microsoft/vscode/issues/93368 2020-05-15 16:18:00 +02:00
João Moreno ee84ac122d fix bad empty command on SCM 2020-05-15 15:42:42 +02:00
Rob Lourens 2b797bb3d6 Fix markdown cell sizing issue
#97841
2020-05-15 08:33:17 -05:00
Alex Dima 8a337101af
Move cursor calls through the viewModel 2020-05-15 13:32:12 +02:00
Sandeep Somavarapu 467996a743 #97810 throw error after logging 2020-05-15 13:30:03 +02:00
Sandeep Somavarapu 6c720e3b8c #97810 log error 2020-05-15 13:28:53 +02:00
Benjamin Pasero 6360ac0229 🆙 distro 2020-05-15 13:16:39 +02:00
Johannes Rieken 63edeb6629 update references viewlet 2020-05-15 13:08:56 +02:00
Johannes Rieken b68da37516 don't hide attach to extension host 2020-05-15 13:08:56 +02:00
Benjamin Pasero 50d9f05334 fix #97880 2020-05-15 13:07:39 +02:00
João Moreno fc1c8f656c Merge branch 'joao/mixin-builtin-extensions' 2020-05-15 12:34:14 +02:00
Sandeep Somavarapu c2d64ad710 #93960
- simplify sync manage quick pick
- add reset action to sync data
2020-05-15 12:20:04 +02:00
João Moreno 57816d2245 distro 2020-05-15 12:15:33 +02:00
João Moreno 740ee0db8d better built-in extensions mechanism 2020-05-15 12:14:59 +02:00
Alex Dima 402c6415da
Reduce cursor API surface 2020-05-15 11:55:20 +02:00
Alex Dima c71daba978
Manage cursor focus from viewModel 2020-05-15 11:48:12 +02:00
Johannes Rieken a64787d4fd Update builtin extension ms-vscode.references-view
- ms-vscode.references-view -> 0.0.54 at 2020-05-15T09:08:44.893Z
2020-05-15 11:24:21 +02:00
Johannes Rieken 75fcb03c9e remove unused code 2020-05-15 11:23:48 +02:00
Jean Pierre 86538bf64c
Fixes assigning keybinding to workspace level task does not work
fixes #97159
2020-05-15 11:15:18 +02:00
Martin Aeschlimann 13952ac5b9 auto-renaming tags notifier popping up multiple times. Fixes #97833 2020-05-15 11:08:31 +02:00
João Moreno 4c36782f8e git api: publishRepository 2020-05-15 10:50:05 +02:00
João Moreno 6981f7c7fb 💄 2020-05-15 10:50:05 +02:00
João Moreno 6d127275f2 💄 2020-05-15 10:50:05 +02:00
isidor 4b60ba1f43 debug: rename toggle_logpoint -> add_logpoint
fixes #97877
2020-05-15 10:48:04 +02:00
isidor 9b9a9c40c3 remove annotation from debug console
fixes #97863
2020-05-15 10:43:55 +02:00
Martin Aeschlimann 5d3e740a0d
Merge pull request #97812 from Jagua/fix-ext-json-lngsvr-document-indent
Fix indentation and typo of json-language server readme
2020-05-15 10:37:16 +02:00
Benjamin Pasero 2daaa8a03f backups - be less chatty about corrupt backups 2020-05-15 09:09:55 +02:00
Benjamin Pasero 04080683fe Notifications: closing all keeps some (fix #97873) 2020-05-15 08:29:19 +02:00
Benjamin Pasero e22febb485 🆙 distro 2020-05-15 08:17:16 +02:00
rebornix 6849775440 clear list view disposables 2020-05-14 21:00:07 -07:00
rebornix 9238675cb7 Fix #97830, #97764 2020-05-14 20:11:42 -07:00
rebornix 254e716fe3 EditorInput/NotebookTextModel is N/1 mapping. 2020-05-14 20:00:28 -07:00
rebornix 0371174896 💄 2020-05-14 19:55:30 -07:00