Skip to content

Commit c173cd2

Browse files
committed
Add basic .devcontainer setup
1 parent e2daaa6 commit c173cd2

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

.devcontainer/devcontainer.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
2+
// README at: https://github.com/devcontainers/templates/tree/main/src/alpine
3+
{
4+
"name": "BlueRock-release",
5+
"image":
6+
"ghcr.io/skylabsai/workspace:fm-default"
7+
// "mounts": [
8+
// {
9+
// "source": "${env:DUNE_CACHE_DOCKER}",
10+
// "target": "/home/coq/.cache/dune",
11+
// "type": "bind"
12+
// }
13+
// ],
14+
"runArgs": [
15+
"--platform",
16+
"linux/amd64"
17+
],
18+
"customizations": {
19+
"vscode": {
20+
"extensions": [
21+
22+
23+
"mr-konn.generic-input-method"
24+
]
25+
}
26+
}
27+
}

0 commit comments

Comments
 (0)