Esbonio Language Server v1.0.0b8 - 2024-10-20
Pre-release
Pre-release
·
228 commits
to develop
since this release
v1.0.0b8 - 2024-10-20
Enhancements
- When clicking on internal links of a previewed page, the corresponding source file will be automatically opened in the editor (#704)
- The language server should now also work with an incomplete Python environment. If one or more Sphinx extensions are missing, esbonio will still be able to run a build and report the missing extensions as a diagnostic (#913)
- When asking for a
html_themethat is not available in the current environment, the server will now fallback to Sphinx'salabastertheme and report the error as a diagnostic (#916)
Fixes
-
The
esbonio.preview.showLineMarkersoption should now work again.When clicking on internal links of a previewed page, the websocket connection to the language server is now preserved. (#906)
-
Esbonio should once again be able to parse
sphinx-buildcommand line arguments for versions of Sphinx>=8.1(#912)