Microsoft/vscode

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

開放

#215,589 建立於 2024年6月14日

 (0 則留言) (0 個反應) (1 位負責人)TypeScript (39,847 個分叉)batch import
bugcustom-editorshelp wanted

倉庫指標

星標
 (184,936 顆星)
PR 合併指標
 (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

貢獻者指南