Skip to content

Esbonio Language Server v0.6.1 - 2021-05-13

Compare
Choose a tag to compare
@github-actions github-actions released this 13 May 23:12
· 0 commits to d11d5b930caa28e981d5e31544f5d6c4cf32c7b4 since this release

v0.6.1 - 2021-05-13

Fixes

  • Intersphinx projects are now only included as completion suggestions for roles which target object types in a project's inventory. (#158)
  • Fix the uri representation of Windows paths when reporting diagnostics (#166)
  • The language server now attempts to recreate the Sphinx application if the user updates a broken conf.py. (#169)
  • The language server no longer crashes if clients don't send the esbonio.sphinx configuration object (#171)
  • Docstrings from Sphinx and Docutils' base directive classes are no longer included in completion suggestions as they are not useful. (#178)
  • Sphinx build time exceptions are now caught and reported (#179)
  • Fix Method not found: $/setTrace exceptions when running against VSCode (#180)