Microsoft/vscode

Focus on already opened editor instead of default editor provided by extension

开放

#183,441 创建于 2023年5月25日

 (4 条评论) (0 个反应) (1 位负责人)TypeScript (39,847 个派生)batch import
bugcustom-editorshelp wanted

仓库指标

星标
 (184,936 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

Sometimes I open a file with the text editor instead of a customEditor. In this case, when this editor is still open and that I click in Explorer view on the file, I would like to have the focus on the text editor as there is already an opened editor for it.

Currently it is opening another editor for the same file:

openingWithAnotherEditorThanTheAlreadyOpenedOne

I'm wondering if it would make sense to even remember the last type of editor used for each file so that it will reopen will last editor used even if editor is still opened or not.

贡献者指南