Skip to content

v2.2.5

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 26 Feb 13:32
· 6 commits to main since this release
v2.2.5
f02f07e

What's Changed

Fixes

Hotfix: server crashes when editing the file

A pernicious bug made it in the last release in which after executing through a parse error and then editing it, the server would crash.
This hotfix addresses this issue and is the main reason behind this small release.

  • fix: add empty dependencies even to an errored sentence by @rtetley in #1049

Minor changes

Extension activation

The extension now only activates when a Coq file is opened ! This prevents annoying messages when a user is not trying to use Coq.

Better feedback performance

There has been an ongoing issue in which commands that generate feedback, such as Search, are unusable due to the time taken to handle the produced feedback. This feature greatly improves the situation and makes such commands usable again.

Don't crash for log messages

Sometimes producing log messages crashes the server. This ensures it won't happen again.

Symbol seaching and syntax highlighting

These changes add handling some keywords to the outline and fixes the syntax highlighting for others.

New Contributors

Full Changelog: v2.2.4...v2.2.5