Esbonio Language Server v1.0.0b9 - 2025-01-14
Pre-release
Pre-release
·
184 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,imagesandincludes(#941)
Enhancements
- Add support for
${venv:<path>}config variable toesbonio.sphinx.pythonCommand(#914) - Add
esbonio.sphinx.buildTriggersoption 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-finishedevent 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)