Zulip Chat Archive
Stream: lean4
Topic: highlighting unused segments in a proof
Roozbeh Yousefzadeh (Feb 12 2025 at 06:48):
Hello, In VS Code, I used to see the unused/unnecessary segments in the proofs highlighted with some bright color. I don't see those highlights anymore. Is there some way that I can bring back such automatic highlighting? Thanks.
Sebastian Ullrich (Feb 12 2025 at 08:56):
You may be referring to the option linter.unusedVariables.analyzeTactics
that now defaults to false, see its description for some caveats
Roozbeh Yousefzadeh (Feb 12 2025 at 09:07):
This is it! Thank you so much!
Last updated: May 02 2025 at 03:31 UTC