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
If I remember correctly, it was previously possible to use the Coq: Reset command to reload Coq after you installed new libraries. This no longer seems to work, if a library is added after starting loading a file in VS Code, the only way seems to load the library seems to be to close and re-open VS Code.
The text was updated successfully, but these errors were encountered:
Reset does not really restart the language server, and Rocq library subsystem scans the file system for libraries only at boot.
I'm afraid this is really hard to fix without changing Rocq.
What I meant is that the loadpath corresponding to user-contribs is populated at boot time.
If the directory in which foo will be is not there at boot, then Rocq does not find it.
Or at least, this is my diagnoses of the problem.
If I remember correctly, it was previously possible to use the
Coq: Reset
command to reload Coq after you installed new libraries. This no longer seems to work, if a library is added after starting loading a file in VS Code, the only way seems to load the library seems to be to close and re-open VS Code.The text was updated successfully, but these errors were encountered: