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 1ed06aa commit 52ea6b5
Showing 1 changed file with 22 additions and 10 deletions.
32 changes: 22 additions & 10 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,28 @@
"build": {
"dockerfile": "Dockerfile"
},
"extensions": [
"ms-vscode.cpptools",
"cschlosser.doxdocgen",
"hellbent.vscode-faust"
],
"customizations": {
"extensions": [
"ms-vscode.cpptools",
"cschlosser.doxdocgen",
"hellbent.vscode-faust"
],
"codespaces": {
"repositories": {
"iPlug2/iPlug2OOS": {
"permissions": "write-all"
},
"iPlug2/iPlug2": {
"permissions": "read-all"
}
}
}
},
"postCreateCommand": "./setup_container.sh",
"portsAttributes": {
"8001": {
"label": "emrun",
"protocol": "https"
}
}
"8001": {
"label": "emrun",
"protocol": "https"
}
}
}

0 comments on commit 52ea6b5

Please sign in to comment.