Skip to content

Commit

Permalink
Merge pull request #344 from ejgallego/change_client
Browse files Browse the repository at this point in the history
[code] Client changelog
  • Loading branch information
ejgallego authored Feb 15, 2023
2 parents 1c6a2bb + 354ba17 commit 9d35c23
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
- Server is now more strict w.r.t. what URIs it will accept for
documents, see protocol documentation (@ejgallego, #286, reported
by Alex Sanchez-Stern)
- Hypothesis with bodies are now correctly displayed (@ejgallego,
- Hypotheses with bodies are now correctly displayed (@ejgallego,
#296, fixes #293, report by Ali Caglayan)
- `coq-lsp` incorrectly required the optional `rootPath`
initialization parameter, moreover it ignored `rootUri` if present
Expand Down
19 changes: 18 additions & 1 deletion editor/code/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,24 @@
# coq-lsp 0.1.5: Form
----------------------

- Improved syntax highligting of coq markdown files
- General bugfix and quality-of-life release.
- Markdown Coq code blocks now must specify "coq" as a language
- Improved syntax highlighting of Coq markdown files
- Info panel has been greatly improved
- Bugfix on message display after the port to React
- Hover will display type of identifier at point
- Jump to definition support
- Goal display handles background goals better, showing preview,
goals stack, and focusing information
- The goal display now numbers goals starting with 1 instead of 0
- Hypotheses with bodies are now correctly displayed
- Support unicode characters in filenames
- Stop checking documents after a maximum number of errors (user configurable)
- Goal view now supports find
- Display Coq warnings, info and debug messages in info panel
- Improved outline view, with more details and types
- Server greatly improved with better error heuristics, see server
changelog for more information

# coq-lsp 0.1.4: View
----------------------
Expand Down

0 comments on commit 9d35c23

Please sign in to comment.