Open
Description
Honestly, a basic feature of both ADS and SSMS, toggling the results pane after you have run a query, by default Ctrl+R. There is a workbench.view.extension.queryResult
keyboard binding, which doesn't have a default value, however, setting this to Ctrl+R doesn't toggle the results pane, even after adding "editorLangId == 'sql'"
or "editorTextFocus && editorLangId == 'sql'"
to the "when"
property. Pressing Ctrl+R, Ctrl+R results in the recent folders pane command pane to be displayed.