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 have some workspaces where a Coq project and the corresponding _CoqProject file is in a subfolder under the workspace root. In CoqIDE this works fine, but VSCoq interprets the paths for -Q options relative to the workspace root and not relative to the root of the _CoqProject file.
I think what CoqIDE does is to search upwards from a loaded .v file until it finds a _CoqProject file and takes this as root. It would be nice if VSCoq would be compatible with CoqIDE here.
The text was updated successfully, but these errors were encountered:
I have some workspaces where a Coq project and the corresponding _CoqProject file is in a subfolder under the workspace root. In CoqIDE this works fine, but VSCoq interprets the paths for -Q options relative to the workspace root and not relative to the root of the _CoqProject file.
I think what CoqIDE does is to search upwards from a loaded .v file until it finds a _CoqProject file and takes this as root. It would be nice if VSCoq would be compatible with CoqIDE here.
The text was updated successfully, but these errors were encountered: