dotnet/roslyn

Debugger text view lost focus after click completion filters in list

Aberta

#49.476 aberto em 18 de nov. de 2020

 (0 comentário) (0 reação) (0 responsável)C# (4.257 forks)batch import
Area-InteractiveBughelp wanted

Métricas do repositório

Stars
 (20.414 estrelas)
Métricas de merge de PR
 (Mesclagem média 6d 17h) (256 fundiu PRs em 30d)

Description

Moving AB#1100128 to GitHub

"This is happening because the text view used to enter Breakpoint Conditions does not implement IWpfTextView2. This interface defines method QueueSetFocus whose implementation is necessary to fix this bug. The text view in question is Microsoft.VisualStudio.LanguageServices.Implementation.DebuggerIntelliSense.DebuggerTextView which is owned by Roslyn."

Guia do colaborador