-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathdevcontainer-feature.json
More file actions
23 lines (23 loc) · 1.43 KB
/
devcontainer-feature.json
File metadata and controls
23 lines (23 loc) · 1.43 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "collection-c-cpp",
"id": "collection-c-cpp",
"version": "1.0.2",
"description": "C/C++ dev collection \u2014 cmake, ninja, gdb, valgrind, ccache, cppcheck, clang-format, clang-tidy, distcc, vcpkg, build-essential",
"documentationURL": "https://github.com/devcontainer-community/devcontainer-features/tree/main/src/collection-c-cpp",
"dependsOn": {
"ghcr.io/devcontainer-community/devcontainer-features/cmake.org:latest": {},
"ghcr.io/devcontainer-community/devcontainer-features/ninja-build.org:latest": {},
"ghcr.io/devcontainer-community/devcontainer-features/sourceware.org-gdb:latest": {},
"ghcr.io/devcontainer-community/devcontainer-features/valgrind.org:latest": {},
"ghcr.io/devcontainer-community/devcontainer-features/ccache.dev:latest": {},
"ghcr.io/devcontainer-community/devcontainer-features/danmar-cppcheck:latest": {},
"ghcr.io/devcontainer-community/devcontainer-features/clang-format:latest": {},
"ghcr.io/devcontainer-community/devcontainer-features/clang-tidy:latest": {},
"ghcr.io/devcontainer-community/devcontainer-features/distcc.org:latest": {},
"ghcr.io/devcontainer-community/devcontainer-features/vcpkg.io:latest": {},
"ghcr.io/devcontainer-community/devcontainer-features/apt-build-essential:latest": {}
},
"installsAfter": [
"ghcr.io/devcontainer-community/features/ca-certificates:1"
]
}