是否有 vscode 设置指定关闭标签时打开哪个标签?

Is there a vscode settings which specifies which tab to open when closing a tab?

关闭 vscode 中的标签后,最近查看的标签将获得焦点。我想更改该行为以将选项卡聚焦到已关闭选项卡的右侧。

是否有更改此设置的设置?

此功能是在 2019 年 1 月的 1.31 版中添加的。来自 changelog

Closing order of editor tabs

A new setting workbench.editor.focusRecentEditorAfterClose allows you to change the order in which editor tabs are closed. By default, tabs will close in most recently used (MRU) order. Changing this setting allows closing tabs from right to left instead.

因此,将 "workbench.editor.focusRecentEditorAfterClose": false 添加到您的 settings.json 应该会给您想要的行为。