Skip to content

Esbonio Language Server v1.0.0b9 - 2025-01-14

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Jan 20:30
· 20 commits to develop since this release

v1.0.0b9 - 2025-01-14

Features

  • The language server once again offers completion suggestions for arguments to the following classes of directives code-blocks, images and includes (#941)

Enhancements

  • Add support for ${venv:<path>} config variable to esbonio.sphinx.pythonCommand (#914)
  • Add esbonio.sphinx.buildTriggers option that gives the user control over when esbonio will rebuild the documentation (#935)

Fixes

  • Fix handling of binary websocket messages in documentation previews (#665)
  • The language server no longer escapes . characters in filepaths when expanding the ${defaultBuildDir} variable
    resulting in weird filepaths (#918)
  • The sphinx agent should now be able to collect diagnostics from extensions that make use of the build-finished event e.g. sphinx-needs by @AlexanderLanin (#925)
  • The preview no longer synchronises its scroll state when reloading the page.
    This should fix the issue where you would freqently lose your editor position while typing! (#933)