Emilio Jesús Gallego Arias
Emilio Jesús Gallego Arias
This makes the cache much more efficient, with now almost perfect hit rate. However, this also makes obvious the problem we have with our caching system as indeed located messages...
We want to handle this case: ``` Proof. tac1, tacn Qed. ``` Better, so we just don't skip to dot, but can detect the Qed and be smarter here. Note...
In order to try the repair code feature, we can suggest users two hints for `Qed` / `Admitted` proofs: - when the proof is broken, suggest the user to use...
The idea is to allow users to delay proof checking, and do so only under demand, for example when clicking a gutter. There are many heuristics involved here, for example...
See the following links for resources: - https://code.visualstudio.com/api/language-extensions/language-server-extension-guide#testing-the-language-server - https://code.visualstudio.com/api/working-with-extensions/testing-extension - https://github.com/microsoft/vscode-test
Merlin has its own LSP libraries, we should indeed share the code at some point.