Skip to content

Commit cc4efb6

Browse files
committed
WIP Fixes
1 parent 029b2f6 commit cc4efb6

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

.devcontainer/devcontainer.json

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,20 @@
33
"name": "SkyLabs FM default",
44
"image":
55
"ghcr.io/skylabsai/workspace:fm-default",
6-
// "mounts": [
7-
// {
8-
// "source": "${env:DUNE_CACHE_DOCKER}",
9-
// "target": "/home/coq/.cache/dune",
10-
// "type": "bind"
11-
// }
12-
// ],
6+
"mounts": [
7+
"source=${localEnv:HOME}/.cache/dune,target=/home/coq/.cache/dune,type=bind,consistency=cached"
8+
// Preferred, but might need more setup: test!
9+
// "source=${localEnv:HOME}/.cache/remote_dune,target=/home/coq/.cache/dune,type=bind,consistency=cached"
10+
// "source=${env:DUNE_CACHE_DOCKER},target=/home/coq/.cache/dune,type=bind,consistency=cached"
11+
],
1312
"runArgs": [
1413
"--platform",
1514
"linux/amd64"
1615
],
1716
"customizations": {
1817
"vscode": {
1918
"settings": {
20-
"vscoq.path": "/workspaces/workspace/_build/install/default/bin/vsrocqtop"
19+
"vsrocq.path": "/workspaces/workspace/_build/install/default/bin/vsrocqtop"
2120
},
2221
"extensions": [
2322
"rocq-prover.vsrocq",

0 commit comments

Comments
 (0)