Skip to content

Commit 52ea6b5

Browse files
authored
Update devcontainer.json
1 parent 1ed06aa commit 52ea6b5

File tree

1 file changed

+22
-10
lines changed

1 file changed

+22
-10
lines changed

.devcontainer/devcontainer.json

Lines changed: 22 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,28 @@
33
"build": {
44
"dockerfile": "Dockerfile"
55
},
6-
"extensions": [
7-
"ms-vscode.cpptools",
8-
"cschlosser.doxdocgen",
9-
"hellbent.vscode-faust"
10-
],
6+
"customizations": {
7+
"extensions": [
8+
"ms-vscode.cpptools",
9+
"cschlosser.doxdocgen",
10+
"hellbent.vscode-faust"
11+
],
12+
"codespaces": {
13+
"repositories": {
14+
"iPlug2/iPlug2OOS": {
15+
"permissions": "write-all"
16+
},
17+
"iPlug2/iPlug2": {
18+
"permissions": "read-all"
19+
}
20+
}
21+
}
22+
},
1123
"postCreateCommand": "./setup_container.sh",
1224
"portsAttributes": {
13-
"8001": {
14-
"label": "emrun",
15-
"protocol": "https"
16-
}
17-
}
25+
"8001": {
26+
"label": "emrun",
27+
"protocol": "https"
28+
}
29+
}
1830
}

0 commit comments

Comments
 (0)