Skip to content

v0.76.1

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Feb 23:41
· 102 commits to main since this release
v0.76.1
69d69e5

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)