Почему Visual Studio 2019 выдает ArgumentOutOfRangeException при попытке скопировать текст / код с помощью ctrl + insert?
Сообщение об ошибке в целом прямо под значками меню отображается : Обнаружено исключение типа ArgumentOutOfRangeException. Это может быть вызвано расширением [Открыть файл журнала]
Единственное расширение, установленное мной, - это Xamarin, и соответствующие строки (как я думаю) из файла журнала:
<entry>
<record>2444</record>
<time>2020/03/25 20:43:09.202</time>
<type>Error</type>
<source>Editor or Editor Extension</source>
<description>System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values.
Parameter name: index
 at Microsoft.VisualStudio.Text.NormalizedSnapshotSpanCollection.get_Item(Int32 index)
 at Microsoft.VisualStudio.Text.MultiSelection.Implementation.MultiSelectionCommandHandler.ExecuteCommand(InsertAllMatchingCaretsCommandArgs args, CommandExecutionContext executionContext)
 at Microsoft.VisualStudio.Commanding.CommandHandlerExtensions.ExecuteCommand[T](ICommandHandler commandHandler, T args, Action nextCommandHandler, CommandExecutionContext executionContext)
 at Microsoft.VisualStudio.UI.Text.Commanding.Implementation.EditorCommandHandlerService.<>c__DisplayClass13_1`1.<Execute>b__1()
 at Microsoft.VisualStudio.Text.Utilities.GuardedOperations.CallExtensionPoint(Object errorSource, Action call, Predicate`1 exceptionFilter)
--- End of stack trace from previous location where exception was thrown ---
 at Microsoft.VisualStudio.Telemetry.WindowsErrorReporting.WatsonReport.GetClrWatsonExceptionInfo(Exception exceptionObject)</description>
</entry>
Редактировать
Отключение всех расширений не решает проблему.
Редактировать 2
Кажется, это вызвано visual код студии раскладка клавиатуры. Что можно с этим сделать?