Skip to content

Esbonio Language Server v0.10.0 - 2022-03-17

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Mar 00:24
· 0 commits to 36c6bfbf862f211195756de9073c3f2b451f3ea4 since this release

v0.10.0 - 2022-03-17

Features

  • The server now provides an esbonio.server.preview command that can be used to preview HTML Sphinx projects via a local HTTP server. (#275)
  • The language server now accepts paths relative to ${workspaceFolder} for Sphinx's confDir, srcDir and builDir options. (#304)
  • The language server now supports textDocument/definition requests for .. image:: directive arguments. (#318)
  • The language server now supports textDocument/definition requests for .. figure:: directive arguments. (#319)
  • The language server will now look in sphinx extension modules and conf.py files for extensions to the language server. (#331)

Fixes

  • The language server no longer crashes when asked to --exclude a module that would not be loaded anyway. (#313)
  • Completion suggestions for domain objects referenced by roles such as :doc:, :ref:, :func: and many more now correctly update each time a rebuild is triggered. (#317)
  • Goto definition on a directive's arguments is no longer foiled by trailing whitespace. (#327)