We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d85309 commit b80dd58Copy full SHA for b80dd58
.devcontainer/Dockerfile
.devcontainer/devcontainer.json
@@ -1,8 +1,12 @@
1
{
2
- "extensions": [
3
- "julialang.language-julia",
4
- "ms-vscode.cpptools"
5
- ],
6
-
7
- "dockerFile": "Dockerfile"
+ "image": "docker.io/library/julia:latest",
+ "customizations": {
+ "vscode": {
+ "extensions": [
+ "julialang.language-julia",
+ "ms-vscode.cpptools"
8
+ ]
9
+ }
10
+ },
11
+ "onCreateCommand": "apt-get update && apt-get install -y build-essential libatomic1 python3 gfortran perl wget m4 cmake pkg-config git"
12
}
0 commit comments