-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Displaying subgoals on VS Code #1049
Comments
Hi @thomastraversie , |
Hi @Alidra, I can reproduce the issue (on version 2.5.0 of Lambdapi and v0.2.1 of the VSCode extension). |
Hi @thomas, |
Hi @Alidra, I get these two successive steps: |
I can reproduce Thomas problem with:
by doing:
|
Thanks Thomas, |
On VS Code, when writing a proof, subgoals are correctly displayed on the Goals window. But once the proof is written, the subgoals do not appear anymore if we move the green cursor. For instance, with
the 2 subgoals are correctly displayed when the cursor is at the end of the line
refine and_i A _ B _
. Once we have the complete proof:if we move the cursor one step further the line
assume A pA B pB;
, the cursor goes at the first bracket (instead of being at the end of the linerefine and_i A _ B _
) and only the second subgoal is displayed.The text was updated successfully, but these errors were encountered: