When I press the Tab key in an open editor window in Visual Studio Code, the focus changes from the editor pane to other window components.
Instead, I would like it to indent text.
This behavior is not impacted by which Language Mode is active. I would also like Shift+Tab to dedent/un-indent, which currently also changes focus of editor components, but in reverse order.
I'm not sure how vscode changed from my desired behavior from the current behavior; it has always functioned in my desired way until it unexpectedly changed today.
Tab- one of them should have the commandtaband aneditorTextFocus && ...when clause. Is that one missing?