Skip to content

Esbonio Language Server v0.7.0 - 2021-09-13

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

v0.7.0 - 2021-09-13

Features

  • Add initial goto definition support. Currently only support definitions for :ref: and :doc: role targets. (#209)

Fixes

  • Completion suggestions for :option: targets now insert text in the correct format (<progname> <option>) (#212)
  • Diagnostics are now correctly cleared on Windows (#213)
  • Completion suggestions are no longer given in the middle of Python code. (#215)
  • CompletionItems should no longer corrupt existing text when selected. (#223)

Misc

  • Updated pygls to v0.11.0 (#218)