From 926dfb3ea38e2e4e38d3b88e47b575cc880137fe Mon Sep 17 00:00:00 2001 From: Oli Larkin Date: Sat, 2 Dec 2023 20:24:15 +0100 Subject: [PATCH] Update devcontainer.json --- .devcontainer/devcontainer.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index e24ffee..54386f0 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -8,6 +8,15 @@ "cschlosser.doxdocgen", "hellbent.vscode-faust" ], + "customizations": { + "codespaces": { + "repositories": { + "iPlug2/iPlug2": { + "permissions": "read-all" + } + } + } + }, "postCreateCommand": "./setup_container.sh", "portsAttributes": { "8001": {