When using Visual Studio Code with enabled VSCoq and coq extensions, stepping through the proof works well but the ProofView window shows blank (no content). What could be the issue and solutions to fix this?
Asked
Active
Viewed 194 times
0
-
I'm not sure I understand you correctly, and i'm not familiar with VSCode. But sometimes my Emacs+Proof General does similar thing to what you've described. If this is the same issue, you can try just remove the last symbol in your proof script and you will see the proof goal and context in appropriate window. – Andrey Sep 15 '21 at 11:24
-
Thank you for the answer. Modifying the script does not help... – Fusen Sep 15 '21 at 13:54