sublimelsp / LSP

Client implementation of the Language Server Protocol for Sublime Text

Home Page:https://lsp.sublimetext.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

goto diagnostic closes the file on escape

dten opened this issue · comments

Describe the bug
If i have a file open and use goto diagnostic but change my mind and press escape the file I had open closes.

To Reproduce
Open a file with diagnostics
Use goto_diagnostic (f8 if you uncomment the keybinding settings)
See your diagnostics in the selector
Press escape

Expected behavior
To just end up back where i started

Screenshots
i was in a file and i looked at the diagnostics...

image

and then escape leaves me with no more file

image

Environment (please complete the following information):

  • OS: Ubuntu 20.04
  • Sublime Text version: 4155
  • LSP version: 1.25.9
  • Language servers used: Vetur

Additional context

Closing as duplicate of #2323

thank you :) i did try find but some how didn't spot this the latest issues 😓