Skip to content

Esbonio Lib v0.2.0 - 2020-12-06

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Dec 22:41
· 0 commits to 75479ae3a86592e7491f8056daa6df45ab6bb97e since this release

v0.2.0 - 2020-12-06

Features

  • Language Server: Python log events can now published to Language Clients (#27)
  • Language Server Sphinx's build output is now redirected to the LSP client as log messages. (#28)
  • Language Server Suggest completions for targets for a number of roles from the std and py domains including ref, doc, func, meth, class and more. (#29)

Fixes

  • Language Server: Fix discovery of roles so that roles in Sphinx domains are used and that unimplemented docutils roles are not surfaced. (#26)