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
Copy file name to clipboardExpand all lines: README.md
-6Lines changed: 0 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,12 +29,6 @@ See [here](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.
29
29
### Running `Dev Containers: Reopen in Container` cannot find the container
30
30
Make sure you copied the `.devcontainer` folder to your project's root folder and that it includes the `devcontainer.json` file.
31
31
32
-
### `Cannot find a physical path bound to logical path X with prefix Y` when importing a file
33
-
* Make sure that the Rocq files have been compiled. Run `make` to compile the project files.
34
-
* If the `_CoqProject` files are not located in the project root folder you need to either
35
-
* Move the files to the root project folder
36
-
* Or add the line `"coq.coqProjectRoot": "PATH_TO_COQPROJECT"` (in `.devcontainer/devcontainer.json` to point to the directory where `_CoqProject` is located. Restarting the docker container is required after this step.
37
-
38
32
### Problems on Apple Silicon
39
33
Run `docker pull --platform linux/amd64 <the docker link>` to force the `x86` version of the Docker container to be installed.
40
34
This should then trick Docker into using some kind of emulation, and the software should work natively.
0 commit comments