Skip to content

Commit

Permalink
Fixed typo in devcontainer.json (dapr#6061)
Browse files Browse the repository at this point in the history
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
  • Loading branch information
ItalyPaleAle authored Mar 13, 2023
1 parent a324c0e commit 6e88986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
// "BIND_LOCALHOST_DOCKER": "true",

// Necessary for components-contrib's certification tests
"GOLANG_PROTOBUF_REGISTRATION_CONFLICT": "true"
"GOLANG_PROTOBUF_REGISTRATION_CONFLICT": "ignore"
},
"extensions": [
"davidanson.vscode-markdownlint",
Expand Down

0 comments on commit 6e88986

Please sign in to comment.