Zulip Chat Archive

Stream: general

Topic: vscode errors before line is complete


Rei (Apr 17 2021 at 19:40):

20210417_15h18m10s_grim.png Is there a way to configure the vscode infoview to not reevaluate until the line is complete? I'm having difficulty as the errors while I type remove the tactic state from view

Rei (Apr 17 2021 at 19:41):

either that or only reevaluate on a command? I took a look at the settings at https://github.com/leanprover/vscode-lean/blob/master/package.json but couldn't find anything similar

Kevin Buzzard (Apr 17 2021 at 19:42):

Try experimenting with the pause button and the pin (top right).

Rei (Apr 17 2021 at 19:43):

Yes, the pause button helps, but is there a keyboard shortcut for it?

Bryan Gin-ge Chen (Apr 17 2021 at 19:46):

You can set one up in the VS Code settings. See https://github.com/leanprover/vscode-lean#info-view-commands for the command names.

Rei (Apr 17 2021 at 19:47):

Got it, thanks!


Last updated: Dec 20 2023 at 11:08 UTC