Zulip Chat Archive
Stream: general
Topic: Get cache for a specific file
Yaël Dillies (Jan 08 2024 at 17:13):
Oftentimes I want to work on a rather low-level file X
. lake exe cache get
would download me way too many files and take too long, but typing lake exe cache get Mathlib/X.lean
is also quite unergonomic. Would it be possible for the extension to provide a button (or a command in the forall menu) to download cache for the file currently in focus?
Eric Rodriguez (Jan 08 2024 at 17:38):
fzf is nice for situations like this
Junyan Xu (Jan 08 2024 at 22:40):
Getting the file path seems to be an easier problem than getting the module name (at least for me) because VSCode allows you to "Copy Relative Path"
image.png
Kim Morrison (Jan 09 2024 at 00:59):
Please open a feature request at https://github.com/leanprover/vscode-lean4.
Yaël Dillies (Mar 20 2024 at 08:30):
Last updated: May 02 2025 at 03:31 UTC