Skip to content

Commit

Permalink
fix devcontainer config and update version
Browse files Browse the repository at this point in the history
  • Loading branch information
mabiede committed Feb 29, 2024
1 parent 18587b0 commit 3338629
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM hadolint/hadolint:latest-alpine AS hadolint
FROM ocaml/opam:debian-11-ocaml-4.12
FROM ocaml/opam:debian-ocaml-4.14

USER root

Expand Down
24 changes: 12 additions & 12 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,17 @@
"ocaml.sandbox": {
"kind": "global"
}
}
},
// Add the IDs of extensions you want installed when the container is created in the array below.
"extensions": [
"DavidAnson.vscode-markdownlint",
"donjayamanne.githistory",
"eamodio.gitlens",
"exiasr.hadolint",
"irongeek.vscode-env",
"ms-vscode.makefile-tools",
"ocamllabs.ocaml-platform"
]
},
// Add the IDs of extensions you want installed when the container is created in the array below.
"extensions": [
"donjayamanne.githistory",
"eamodio.gitlens",
"exiasr.hadolint",
"irongeek.vscode-env",
"ocamllabs.ocaml-platform",
"DavidAnson.vscode-markdownlint",
"ms-vscode.makefile-tools"
]
}
}
}

0 comments on commit 3338629

Please sign in to comment.