Skip to content

v14.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Aug 14:18

14.0.0 - 2022-08-29

This is a small bug fix release but it also includes updates to the default config.

Breaking changes:

  • typescript-language-server replaces flow as default language server for JavaScript.
  • crystalline replaces scry as default language server for Crystal.
  • The user mode mapping for s now runs lsp-goto-document-symbol instead of lsp-signature-help. The old mapping (<c-o>) has been removed.

Fixes:

  • lsp-find-error and code lenses were broken in 13.0.0, which has been fixed.
  • The server-specific configuration for the solargraph Ruby language server has been fixed.
  • The new command lsp-goto-document-symbol (which replaced the old <c-o> binding) can now handle nested symbols.