Esbonio Language Server v1.0.0b2 - 2024-04-20
Pre-release
Pre-release
·
476 commits
to develop
since this release
v1.0.0b2 - 2024-04-20
Breaking Changes
-
- Removed the
esbonio.server.logLeveloption, useesbonio.logging.levelinstead. - Removed the
esbonio.server.logFilteroption, it has been made obselete by the otheresbonio.logging.*options
(#748)
- Removed the
Enhancements
-
Added the following configuration options
esbonio.logging.level, set the default logging level of the serveresbonio.logging.format, set the default format of server log messagesesbonio.logging.filepath, enable logging to a fileesbonio.logging.stderr, print log messages to stderresbonio.logging.window, send log messages aswindow/logMessagenotificationsesbonio.logging.config, override logging configuration for individual loggers, see the documentation for details
(#748)
-
The server will now automatically restart the underlying Sphinx process when it detects a change in its configuration (#750)
-
The server now emits
sphinx/clientCreated,sphinx/clientErroredandsphinx/clientDestroyednotifications that correspond to the lifecycle of the underlying Sphinx process (#756)