Bug Fixes
- core: Avoid iterator changes during Event.notify when adding or removing new event handlers (ccc5faf)
- core: Send cache_invalidate events before and after locking to avoid deadlocks (5f06377)
- langserver: Sometimes an exception in evaluating variables in expressions occurs (bd9bcfd)
- langserver: Change keywords treeview rpc methods to non async (f85621a)
Performance
- langserver: Optimize analysing and collecting diagnostics (065db06)