Microsoft/vscode

Go to definition opens another code editor if custom editor is opened

Open

#215,589 创建于 2024年6月14日

在 GitHub 查看
 (0 评论) (0 反应) (1 负责人)TypeScript (10,221 fork)batch import
bugcustom-editorshelp wanted

仓库指标

Star
 (74,848 star)
PR 合并指标
 (平均合并 11小时 43分钟) (30 天内合并 1,000 个 PR)

描述

Type: Bug

Conext: I have my language server implemented, which reacts to textDocument/definition. It works great for code editors.

Issue description: If I "go to definition" of a variable expression it's opening up a new code editor of the file that I already have open... It is happening in my default setup of having split screen of code editor and custom editor for the same file.

VS Code version: Code 1.90.1 (Universal) (611f9bfce64f25108829dd295f54a6894e87339d, 2024-06-11T21:02:41.372Z) OS version: Darwin arm64 22.6.0

贡献者指南