Skip to content

v0.13.0

@tombh tombh tagged this 02 Nov 23:23
Added:
- Add `name` and `version` arguments to the constructor of `LanguageServer` ([#274])
[#274]: https://github.com/openlawlibrary/pygls/issues/274
Changed:
- Default behaviour change: uncaught errors are now sent as `showMessage` errors to client.
  Overrideable in `LanguageServer.report_server_error()`: https://github.com/openlawlibrary/pygls/pull/282
Fixed:
- `_data_recevied()` JSONRPC message parsing errors now caught
Assets 2