Commit 96b7052
committed
[new release] coq-lsp (0.1.1+v8.16)
CHANGES:
-------------------------
- Don't crash if the log file can't be created (@ejgallego, ejgallego/rocq-lsp#87)
- Use LSP functions for client-side logging (@ejgallego, ejgallego/rocq-lsp#87)
- Log `_CoqProject` detection settings to client window (@ejgallego, ejgallego/rocq-lsp#88)
- Use plugin include paths from `_CoqProject` (@ejgallego, ejgallego/rocq-lsp#88)
- Support OCaml >= 4.12 (@ejgallego, ejgallego/rocq-lsp#93)
- Optimize the number of diagnostics sent in eager mode (@ejgallego, ejgallego/rocq-lsp#104)
- Improved syntax highlighting on VSCode client (@artagnon, ejgallego/rocq-lsp#105)
- Resume document checking from the point it was interrupted
(@ejgallego, ejgallego/rocq-lsp#95, ejgallego/rocq-lsp#99)
- Don't convert Coq "Info" messages such as "Foo is defined" to
feedback by default; users willing to see them can set the
corresponding option (@ejgallego, ejgallego/rocq-lsp#113)
- Send `$/coq/fileProgress` progress notifications from server,
similarly to what Lean does; display them in Code's right gutter
(@ejgallego, ejgallego/rocq-lsp#106, fixes ejgallego/rocq-lsp#54)
- Show goals on click by default, allow users to configure the
behavior to follow cursor in different ways (@ejgallego, ejgallego/rocq-lsp#116,
fixes ejgallego/rocq-lsp#89)
- Show file position in goal buffer, use collapsible elements for
goal list (@ejgallego, ejgallego/rocq-lsp#115, fixes ejgallego/rocq-lsp#109)
- Resume checking from common prefix on document update (@ejgallego,
ejgallego/rocq-lsp#111, fixes ejgallego/rocq-lsp#110)
- Only serve goals, hover, and symbols requests when the document
has been sufficiently processed (@ejgallego, ejgallego/rocq-lsp#120, fixes ejgallego/rocq-lsp#100)1 parent cb23d5f commit 96b7052
1 file changed
+41
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
0 commit comments