Skip to content

Commit

Permalink
Allow me to touch 🐟
Browse files Browse the repository at this point in the history
  • Loading branch information
KCFindstr committed Feb 16, 2023
1 parent 772ebd2 commit eabbeff
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"image": "mcr.microsoft.com/devcontainers/universal:2",
"customizations": {
"codespaces": {
"repositories": {
"RabiMimi/RabiRiichi": {
"permissions": "write-all"
},
"RabiMimi/RabiRiichi-Proto": {
"permissions": "write-all"
}
}
}
}
}

0 comments on commit eabbeff

Please sign in to comment.