generated from mrsimonemms/new
-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathdevcontainer-feature.json
More file actions
30 lines (30 loc) · 956 Bytes
/
devcontainer-feature.json
File metadata and controls
30 lines (30 loc) · 956 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"id": "buf",
"version": "1.0.1",
"name": "Buf CLI (via Github Releases)",
"description": "The [Buf CLI](https://buf.build/product/cli) enables building and management of Protobuf APIs - forked from [@marcozac](https://github.com/marcozac/devcontainer-features/tree/main/src/buf).",
"documentationURL": "https://github.com/mrsimonemms/devcontainers/tree/main/src/buf",
"options": {
"version": {
"type": "string",
"proposals": [
"latest"
],
"default": "latest",
"description": "Select or enter a Buf version."
},
"installProtocGenBufBreaking": {
"type": "boolean",
"default": true,
"description": "Install also protoc-gen-buf-breaking"
},
"installProtocGenBufLint": {
"type": "boolean",
"default": true,
"description": "Install also protoc-gen-buf-lint"
}
},
"installsAfter": [
"ghcr.io/devcontainers-extra/features/curl-apt-get:1"
]
}