dotnet/roslyn
Debugger text view lost focus after click completion filters in list
Aperta
#49.476 aperta il 18 nov 2020
Area-InteractiveBughelp wanted
Metriche repository
- Star
- (20.414 stelle)
- Metriche merge PR
- (Merge medio 6g 17h) (256 PR mergiate in 30 g)
Descrizione
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."