v2.2.4
What's Changed
This release contains a number of fixes.
Fixed
Block on parse error
Parse errors are now treated just like execution errors for block on first error mode.
Documentation
We now open the documentation for the installed coq version (rather than master):
Goal view
Some minor display issues due to some bugs in the pp format library were fixed.
Color theme
A better color theme has been implemented making it so that warning messages are easy to read even in light mode:
- Set light and contrast theme colors for warning messages to amber by @Durbatuluk1701 in #1019
Step Through query commands
Query commands (such as Print, Search, ...) are now stepped through. This fixes a regression in continuous mode
where they were no longer displayed and some confusing coloring of the processed area:
Fix vscoqtop arguments
A regression in which arguments passed to vscoqtop
were no longer read has been fixed:
No completions found
When no completions are found we send an empty list instead of an annoying error:
- Return empty completions rather than error by @Durbatuluk1701 in #1012
Indentation
Improvements in the indentation behaviour were made:
- Change Language Config to Fix Indents by @Durbatuluk1701 in #1015
.vos files
We now load .vos
files
Server crashes
We uncovered a problem in which parsing errors could lead to a server crash. This has been fixed.
Send proof view in continuous mode
A regression in continous mode (the proof view was no longer sent when reaching the cursor position) has been fixed.
Full Changelog: v2.2.3...v2.2.4