使新标签始终位于最右边(在所有标签的末尾)

Make new tab always be the rightmost one (at the end of all tabs)

我已经有一段时间没有更新 Visual Studio 代码了,现在我终于更新了。令人不快的惊喜是它在 current 之后开始打开新标签,而不是 last 打开标签(这是我之前的行为方式更新了)。
我已经搜索了所有选项,但仍然找不到如何关闭它。
有办法吗?

如果行为与 Win/Linux 不同,我在 OSX。

// Controls where editors open. Select 'left' or 'right' to open editors to the left or right of the current active one. Select 'first' or 'last' to open editors independently from the currently active one.

"workbench.editor.openPositioning": "last",

默认值为 "right",这是您不希望出现的行为。试试 "last".