ejgallego / coq-lsp

Visual Studio Code Extension and Language Server Protocol for Coq
GNU Lesser General Public License v2.1
152 stars 31 forks source link

[memo] Cache control and eviction improvements #662

Closed ejgallego closed 6 months ago

ejgallego commented 6 months ago

New trim command (both in the server and in VSCode) to liberate space used in the cache.

Command available as

Coq LSP: Request the server to trim caches and compact memory

Fixes #367

cc: #253 #236 #348 , which may be greatly alleviated by this PR.