Skip to content

Commit 9e258c0

Browse files
nicolasbockjeanlucf22
authored andcommitted
Add some default extensions to devcontainer
Signed-off-by: Nicolas Bock <[email protected]>
1 parent 7019b3e commit 9e258c0

File tree

1 file changed

+11
-16
lines changed

1 file changed

+11
-16
lines changed

.devcontainer/devcontainer.json

+11-16
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,15 @@
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/docker-existing-dockerfile
31
{
42
"image": "nicolasbock/bml:latest",
5-
6-
// Features to add to the dev container. More info: https://containers.dev/features.
7-
// "features": {},
8-
9-
// Use 'forwardPorts' to make a list of ports inside the container available locally.
10-
// "forwardPorts": [],
11-
12-
// Uncomment the next line to run commands after the container is created.
13-
// "postCreateCommand": "cat /etc/os-release",
14-
15-
// Configure tool-specific properties.
16-
// "customizations": {},
17-
18-
// Uncomment to connect as an existing user other than the container default. More info: https://aka.ms/dev-containers-non-root.
3+
"customizations": {
4+
"vscode": {
5+
"extensions": [
6+
"fortran-lang.linter-gfortran",
7+
"GitHub.vscode-pull-request-github",
8+
"ms-vscode.cmake-tools",
9+
"ms-vscode.cpptools",
10+
"twxs.cmake"
11+
]
12+
}
13+
},
1914
"remoteUser": "ubuntu"
2015
}

0 commit comments

Comments
 (0)