Skip to content

Commit

Permalink
chore: disable vscode extension verifySignature (#1688)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimin9038 authored May 11, 2024
1 parent 91c9bb4 commit b2f1573
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,10 @@
"hashicorp.terraform",
"ms-azuretools.vscode-docker",
"prisma.prisma"
]
],
"settings": {
"extensions.verifySignature": false
}
}
},
"features": {
Expand Down

0 comments on commit b2f1573

Please sign in to comment.