github sublimelsp/LSP 0.9.6

latest releases: 4070-2.12.1, 4070-2.12.0, 4070-2.11.0...
6 years ago

Documentation:

  • Improve python-language-server installation command
    #896 (@AmjadHD)

  • The rust analyzer binary was renamed from ra_lsp_server to rust-analyzer.
    If you haven't updated rust-analyzer, now would be a good time!
    The "clients" key was also renamed from ra_lsp_server to rust-analyzer.
    so if you were using any overrides in your User/LSP.sublime-settings
    file, please update that, too.
    #888 (@dlom)

Fixes:

  • All the "Go To" variants re-use an already open view.
    Previously, if you had the target view in another pane open,
    LSP would open another view in the pane from where you ran
    "Go To xxx".

  • Prevent a race condition when iterating over the open documents.

  • Be more lenient about non-existing workspace folders.
    SublimeText ignores folders that don't exist in your .sublime-project,
    so we do that too now.

  • Fixes for the Julia language server:

    1. Allow for request IDs that aren't integers (but instead arbitrary
      strings).
    2. Improved handling of responding to specific configuration sections
      #908 (@jwortmann)
  • Fixes for the yaml-language-server:
    Fix point_to_offset() when Position.character > line length
    #904 (@jfcherng)

  • The escape key is less sticky when clearing diagnostic phantoms

Don't miss a new LSP release

NewReleases is sending notifications on new releases.