Skip to content

Esbonio Language Server v0.11.0 - 2022-04-18

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Apr 20:00
· 0 commits to f440ce02a523456a3a3149976dce35493c04a109 since this release

v0.11.0 - 2022-04-18

Features

  • Add textDocument/documentLink support.

    The server supports resolving links for role targets with initial support for intersphinx references and local :doc: references.

    The server also supports resolving links for directive arguments with initial support for .. image::, .. figure::, .. include:: and .. literalinclude:: directives. (#294)

Enhancements

  • Language clients can now control if the server forces a full build of a Sphinx project on startup by providing a sphinx.forceFullBuild initialization option, which defaults to true (#358)

  • Language clients can now control the number of parallel jobs by providing a sphinx.numJobs initialization option, which defaults to auto. Clients can disable parallel builds by setting this option to 1 (#359)

Fixes

  • Goto definition for :ref: targets now works for labels containing - characters (#357)
  • Goto definition for :doc: targets will now only return a result if the referenced document actually exists. (#369)