diff options
author | Josh Spicer <joshspicer@github.com> | 2022-06-03 02:22:42 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-03 02:22:42 +0300 |
commit | 283b8e1f8f5dec9e54199c107e772ce56683769e (patch) | |
tree | 8df2c7605069f977f30d374c6c5011daa9cb9d9e /.devcontainer.json | |
parent | d8581f49360e9ed62ba1b3db2a595a8ef7687044 (diff) |
Create .devcontainer.json
Diffstat (limited to '.devcontainer.json')
-rw-r--r-- | .devcontainer.json | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/.devcontainer.json b/.devcontainer.json new file mode 100644 index 0000000..b4ea49c --- /dev/null +++ b/.devcontainer.json @@ -0,0 +1,20 @@ +{ + "customizations": { + "codespaces": { + "repositories": { + "devcontainers/cli": { + "permissions": { + "contents": "write", + "workflows": "write" + } + }, + "devcontainers/action": { + "permissions": { + "contents": "write", + "workflows": "write" + } + } + } + } + } +} |