File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3
3
{
4
4
"name" : " Ubuntu" ,
5
5
"dockerFile" : " Dockerfile" ,
6
-
7
6
"context" : " ${localWorkspaceFolder}" ,
8
7
"runArgs" : [
9
- " --security-opt" , " label=disable"
8
+ " --security-opt" ,
9
+ " label=disable"
10
10
],
11
-
12
11
"mounts" : [
13
12
" source=nix-ubuntu-container,target=/nix,type=volume"
14
13
],
15
-
16
14
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
17
15
// "image": "mcr.microsoft.com/devcontainers/base:${templateOption:imageVariant}"
18
16
// Features to add to the dev container. More info: https://containers.dev/features.
27
25
"extensions" : [
28
26
" xaver.clang-format" ,
29
27
" arrterian.nix-env-selector" ,
30
- " ms-vscode.cpptools"
28
+ " ms-vscode.cpptools" ,
29
+ " kamadorueda.alejandra"
31
30
]
32
31
}
33
32
},
Original file line number Diff line number Diff line change 93
93
# for the llvm-symbolizer binary, that allows to show stacks in ASAN and LeakSanitizer.
94
94
llvmPackages_latest . bintools-unwrapped
95
95
cmake-format
96
+ alejandra
96
97
]
97
98
++ immer-archive-inputs ;
98
99
You can’t perform that action at this time.
0 commit comments