[new release] coq-lsp (0.1.1+v8.16) #22802
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Language Server Protocol native server for Coq
CHANGES:
_CoqProject
detection settings to client window (@ejgallego, [serlib] Bump upstream version ejgallego/coq-lsp#88)_CoqProject
(@ejgallego, [serlib] Bump upstream version ejgallego/coq-lsp#88)(@ejgallego, [fleche] Resumption of document checking ejgallego/coq-lsp#95, [lsp] Don't replay full LSP methods on checking resumption ejgallego/coq-lsp#99)
feedback by default; users willing to see them can set the
corresponding option (@ejgallego, [diagnostics] Don't convert Coq "Info" messages to feedbacks ejgallego/coq-lsp#113)
$/coq/fileProgress
progress notifications from server,similarly to what Lean does; display them in Code's right gutter
(@ejgallego, [check] Implement
fileProgress
notification for document progress ejgallego/coq-lsp#106, fixes Progress report bar ejgallego/coq-lsp#54)behavior to follow cursor in different ways (@ejgallego, [goals] Show goals on click (+ configuration options). ejgallego/coq-lsp#116,
fixes [client] Option to show goals on click ejgallego/coq-lsp#89)
goal list (@ejgallego, [goals] Display position for goals, handle multiple goals better. ejgallego/coq-lsp#115, fixes [goals] Improve multi-goal, show position _à la Lean_ ejgallego/coq-lsp#109)
[fleche] Resume checking from common prefix on new version. ejgallego/coq-lsp#111, fixes Improve checking resumption on document update (
document/didChange
) ejgallego/coq-lsp#110)has been sufficiently processed (@ejgallego, [lsp] Only serve request when the document meta-data is up to date. ejgallego/coq-lsp#120, fixes [lsp scheduler] Better handling of requests ejgallego/coq-lsp#100)