Skip to content

Commit

Permalink
chore: require protobuf extension in dev comtainer (#9)
Browse files Browse the repository at this point in the history
Signed-off-by: Leonardo Cecchi <[email protected]>
  • Loading branch information
leonardoce authored Jan 18, 2024
1 parent e16cc54 commit 7a71181
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,13 @@
"ghcr.io/devcontainers-contrib/features/protoc:1": {}
},

"postCreateCommand": "go install google.golang.org/protobuf/cmd/protoc-gen-go@latest; go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@latest"
"postCreateCommand": "go install google.golang.org/protobuf/cmd/protoc-gen-go@latest; go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@latest",

"customizations": {
"vscode": {
"extensions": [
"peterj.proto"
]
}
}
}

0 comments on commit 7a71181

Please sign in to comment.