Zulip Chat Archive
Stream: lean4
Topic: VSCode does not react to changes
Alexander Bentkamp (Sep 29 2022 at 12:10):
Hi, I am suffering from a weird bug in VSCode where on some files in my project, Lean4 won't react do changes in the document unless I trigger "Restart File" manually. When I rename the file that suffers from this, it works again. When I reclone the project, the bug suddenly affects other files. But I cannot consistently reproduce the bug unfortunately. Anyone else encountering this?
Floris van Doorn (Sep 29 2022 at 13:21):
I have also noticed this sometimes when adding a new file to mathlib4
. I don't know how to reproduce it consistently or how to solve it once it happens.
Gabriel Ebner (Sep 29 2022 at 13:40):
Looks like lean4#1219
Alexander Bentkamp (Sep 29 2022 at 14:44):
Thanks, I will try Mac's workaround at the next occasion!
Floris van Doorn (Sep 30 2022 at 11:36):
I can consistently reproduce this on my Windows machine and added some observations in lean4#1219.
Last updated: Dec 20 2023 at 11:08 UTC