Skip to content

Commit

Permalink
Update devcontainer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
olilarkin committed Dec 2, 2023
1 parent 7445ed2 commit 926dfb3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@
"cschlosser.doxdocgen",
"hellbent.vscode-faust"
],
"customizations": {
"codespaces": {
"repositories": {
"iPlug2/iPlug2": {
"permissions": "read-all"
}
}
}
},
"postCreateCommand": "./setup_container.sh",
"portsAttributes": {
"8001": {
Expand Down

0 comments on commit 926dfb3

Please sign in to comment.