devcontainer: Fix Codespace repository permissions

As pointed out in 8b3be30a83 (r146048190) (thank you, @noahsettersten!), this was nested wrong. JSON is hard!
This commit is contained in:
Issy Long 2024-08-30 20:54:48 +01:00 committed by GitHub
parent 76543a99d3
commit 1d22b83363
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,6 +14,7 @@
"Homebrew/homebrew-bundle": {
"permissions": {
"contents": "write"
}
},
"Homebrew/homebrew-services": {
"permissions": {
@ -21,7 +22,6 @@
}
}
}
}
},
"vscode": {
// Installing all necessary extensions for vscode