We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ed06aa commit 52ea6b5Copy full SHA for 52ea6b5
.devcontainer/devcontainer.json
@@ -3,16 +3,28 @@
3
"build": {
4
"dockerfile": "Dockerfile"
5
},
6
- "extensions": [
7
- "ms-vscode.cpptools",
8
- "cschlosser.doxdocgen",
9
- "hellbent.vscode-faust"
10
- ],
+ "customizations": {
+ "extensions": [
+ "ms-vscode.cpptools",
+ "cschlosser.doxdocgen",
+ "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
23
"postCreateCommand": "./setup_container.sh",
24
"portsAttributes": {
- "8001": {
- "label": "emrun",
- "protocol": "https"
- }
25
+ "8001": {
26
+ "label": "emrun",
27
+ "protocol": "https"
28
29
30
}
0 commit comments