Esbonio Language Server v0.11.0 - 2022-04-18
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)