diff options
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" + } + } + } + } + } +} |