You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the repl editor claims to have widget focus. So I guess it got stuck in a state where widget focus is set to true but never reset to false. Can't figure out how to get it in or out of that state. I see this change which could be related: a98ae68
The text was updated successfully, but these errors were encountered:
I've seen this a couple times in the past week and I debugged a bit.
It seems to go wrong at this line to pick which editor to send the command to: https://github.com/Microsoft/vscode/blob/master/src/vs/editor/browser/editorExtensions.ts#L156
After this,
editor
is the debug console repl input which is not focused or open although I used it a lot in this session.Stepping into here:
vscode/src/vs/editor/browser/services/abstractCodeEditorService.ts
Line 73 in a817a58
the repl editor claims to have widget focus. So I guess it got stuck in a state where widget focus is set to true but never reset to false. Can't figure out how to get it in or out of that state. I see this change which could be related: a98ae68
The text was updated successfully, but these errors were encountered: