File tree 1 file changed +11
-16
lines changed
1 file changed +11
-16
lines changed Original file line number Diff line number Diff line change 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
3
1
{
4
2
"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
+ },
19
14
"remoteUser" : " ubuntu"
20
15
}
You can’t perform that action at this time.
0 commit comments