- A bunch of `try/except Exception` blocks around Jedi calls. Hopefully those aren't still necessary on `jedi>=0.17`...
0.8.0
Added
- Support Jedi-powered diagnostics
0.7.2
Changed
- Server does not initialize non-initialization features if `"jedi.enabled": false`
0.7.1
Changed
- `lookup_feature_id` initialized in `__init__`; no longer a class variable - although tests are still mostly missing, `test_cli` now imports `cli`; helps determine if there are any runtime errors on import
0.7.0
Added
- Support user-configuration rooted at `jedi`. Only 1 option for now: `jedi.completion.triggerCharacters`. Same defaults as version `0.6.1`. - Message flashes after initialization.
Changed
- `pygls` types now checked. Version `0.9.0` provides type-hint checking support.