Skip to content

Esbonio Language Server v1.0.0b12 - 2025-07-03

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 03 Jul 18:57
· 57 commits to develop since this release

v1.0.0b12 - 2025-07-03

Features

  • Re-implement support for hover requests, where the hover reveals the documentation behind cross-references like :class:`HoverContext` (#1008)

Fixes

  • Rather than trying to generate unique urls across projects (which broke many links), the preview server now sets the Cache-Control header in an attempt to ensure the preview always updates correctly. (#951, #987)
  • The sphinx agent no longer crashes when saving a configuration value that is a list containing exactly three items (#969)
  • Improve diagnostic experience in editors like neovim which do not support workspace/diagnostic/refresh requests (#998)

Misc

  • Update to pygls v2.0.0a4

    Add support for Python 3.14 (#1007)