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

Code Lenses duplicate on creating "Split View"

rchl opened this issue · comments

Describe the bug

Code Lenses duplicate on creating "Split View"

To Reproduce
Steps to reproduce the behavior:

  1. Screenshot 2023-11-04 at 11 48 28

  2. File -> Split View

  3. Screenshot 2023-11-04 at 11 48 33

Environment (please complete the following information):

  • OS: macOS 14.1
  • Sublime Text version: 4160
  • LSP version: 1.26.0
  • Language servers used: LSP-volar

Have been doing refactoring to fix that but got distracted by sublimehq/sublime_text#6188 . Causes an issue with code lenses/inlay hints breaking after closing the primary view.