microsoft/Terminal

Tab position is not restored for `restoreLastClosed` action

开放

#12,902 创建于 2022年4月13日

 (1 条评论) (0 个反应) (0 位负责人)C++ (9,275 个派生)batch import
Area-UserInterfaceHelp WantedIssue-BugPriority-3Product-Terminal

仓库指标

星标
 (103,173 个星标)
PR 合并指标
 (平均合并 27天 19小时) (30 天内合并 24 个 PR)

描述

The problem with this is the tab position is not restored, if tab closed is first one, the restored tab is the last one. the position should also be restored

Originally posted by @swinder0161 in https://github.com/microsoft/terminal/issues/960#issuecomment-1098341305

This might be tricky - we might be able to remember the location of the tab, but I'd expect it to work weird if the tabs get reordered before restoring the tab. This might be acceptable though.

贡献者指南