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
Disable Tabs by setting the rule "workbench.editor.showTabs": false in User settings settings.json
Select a file to edit with cmd+p.
Repeat step 2 with several different files.
Open a new editor pane with cmd+2.
Use step 2 in the new pane to open a file for editing.
Repeat step 3 in the new pane.
Attempt to close the new pane with cmd+w.
Expected Results:
The pane closes using cmd+w.
Actual Results:
cmd+w just closes the the file but the pane (or possibly the editor group?) remains open.
Notes:
This behavior started happening after Tabs was introduced. I've tried workbench.action.closeAllEditors and workbench.action.closeEditorsInGroup and the pane still will not close.
The text was updated successfully, but these errors were encountered:
Steps to Reproduce:
"workbench.editor.showTabs": false
in User settings settings.jsonExpected Results:
The pane closes using cmd+w.
Actual Results:
cmd+w just closes the the file but the pane (or possibly the editor group?) remains open.
Notes:
This behavior started happening after Tabs was introduced. I've tried
workbench.action.closeAllEditors
andworkbench.action.closeEditorsInGroup
and the pane still will not close.The text was updated successfully, but these errors were encountered: