CC: @anshula Thanks for developing Verso! We were wondering — it seems sometimes `set_option` flags work within Verso, e.g. ```lean mysection show:=false set_option linter.unusedVariables false ``` But it seems that let-values still show in the tactic proof state even if we have ```lean mysection show:=false set_option pp.showLetValues false ``` We found that disabling the option in the `lakefile` does not seem to help. Is this a bug, or is there some other avenue to accomplish this? Thanks!