Skip to content

Esbonio Lib v0.4.0 - 2021-02-01

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Feb 17:53
· 0 commits to 56e79d33af75f86ade35cc67deff8d362cf604e6 since this release

v0.4.0 - 2021-02-01

Features

  • Language Server Directive option completions are now provided
    within a directive's options block (#36)
  • Language Server For projects that use interpshinx completions
    for intersphinx targets are now suggested when available (#74)

Fixes

  • Language Server Regex that catches diagnostics from Sphinx's
    output can now handle windows paths. Diagnostic reporting now sends a proper URI (#66)
  • Language Server Diagnostics are now reported on first startup (#68)
  • Language Server Fix exception that was thrown when trying to find
    completions for an unknown role type (#73)
  • Language Server The server will not offer completion suggestions outside of a role target (#77)