Skip to content

Commit

Permalink
Merge pull request #14 from openosaka/add_protoc_to_devcontainer
Browse files Browse the repository at this point in the history
Add protoc to devcontainer
  • Loading branch information
sword-jin authored Jun 29, 2024
2 parents fdd0d9b + 7c587b5 commit 4837a6a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"image": "mcr.microsoft.com/devcontainers/universal:2",
"features": {
"ghcr.io/devcontainers/features/git:1": "os-provided",
"ghcr.io/devcontainers/features/rust:1": {}
"ghcr.io/devcontainers/features/rust:1": {},
"ghcr.io/devcontainers-contrib/features/protoc:1": {}
}
}

0 comments on commit 4837a6a

Please sign in to comment.