diff --git a/.devcontainer/all/devcontainer.json b/.devcontainer/all/devcontainer.json index 46c29ed..6acc379 100644 --- a/.devcontainer/all/devcontainer.json +++ b/.devcontainer/all/devcontainer.json @@ -12,5 +12,17 @@ "rust-analyzer.cargo.features": [ "all" ] + }, + "customizations": { + "codespaces": { + "repositories": { + "lifegpc/c-utils": { + "permissions": { + "contents": "write", + "workflows": "write" + } + } + } + } } }