You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure if this is a VSCode bug or something we can fix in the coq-lsp.
Problem
When you restart the coq-lsp server, the goals window closes and opens which means that it ends up getting grouped with your tab group rather than being on the side.
Here is before restarting:
here is after restarting:
Fix
It would be nice if we didn't have to manually fix this every time we restart.
Of course, another way to fix this is not to have to restart so often, but this issue is still somewhat annoying.
Workarounds
One workaround I've been doing is to have an unrelated tab open in the same tab group so that the group doesn't collapse when the goals panel is closed. That way the alignment and width can be preserved. Of course, the goals panel will appear in whatever buffer you are currently selecting which means you still have to move it.
The text was updated successfully, but these errors were encountered:
Yes this appears to be fixed, but not by #755 IIUC. On my version there is a race that #755 is supposed to fix I see.
There is a related issue where you have 3 buffers horizontally and you restart, it turns into 2 and then opens a new tab for the goals on the right buffer rather than returning the 3 from before.
I'm not sure if this is a VSCode bug or something we can fix in the coq-lsp.
Problem
When you restart the coq-lsp server, the goals window closes and opens which means that it ends up getting grouped with your tab group rather than being on the side.
Here is before restarting:
here is after restarting:
Fix
It would be nice if we didn't have to manually fix this every time we restart.
Of course, another way to fix this is not to have to restart so often, but this issue is still somewhat annoying.
Workarounds
One workaround I've been doing is to have an unrelated tab open in the same tab group so that the group doesn't collapse when the goals panel is closed. That way the alignment and width can be preserved. Of course, the goals panel will appear in whatever buffer you are currently selecting which means you still have to move it.
The text was updated successfully, but these errors were encountered: