Skip to content

Esbonio Language Server v0.10.3 - 2022-04-07

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Apr 00:21
· 0 commits to 27148a96c1b24cf4c10bf5a7b41d1817c0e54f42 since this release

v0.10.3 - 2022-04-07

Fixes

  • A client's capabilities is now respected when constructing CompletionItems (#270)
  • Instead of spamming the client with notifications, the language server now reports Sphinx config/build errors as diagnostics. (#315)
  • Previews should now work on MacOS (#341)
  • Running $ esbonio directly on the command line now correctly starts the server again (#346)
  • The language server should no longer fail when suggesting completions for directives that are not class based. e.g. DirectiveContainer based directives from the breathe extension. (#353)