chore: Update devcontainer.json
The format has changed slightly.
This commit is contained in:
parent
0a4b1a6533
commit
f77e38f2b9
1 changed files with 7 additions and 3 deletions
|
@ -13,9 +13,13 @@
|
||||||
"type=volume,source=zmk-zephyr-modules,target=${containerWorkspaceFolder}/modules",
|
"type=volume,source=zmk-zephyr-modules,target=${containerWorkspaceFolder}/modules",
|
||||||
"type=volume,source=zmk-zephyr-tools,target=${containerWorkspaceFolder}/tools"
|
"type=volume,source=zmk-zephyr-tools,target=${containerWorkspaceFolder}/tools"
|
||||||
],
|
],
|
||||||
|
"customizations": {
|
||||||
|
"vscode": {
|
||||||
"extensions": ["ms-vscode.cpptools"],
|
"extensions": ["ms-vscode.cpptools"],
|
||||||
"settings": {
|
"settings": {
|
||||||
"terminal.integrated.shell.linux": "/bin/bash"
|
"terminal.integrated.shell.linux": "/bin/bash"
|
||||||
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"forwardPorts": [3000]
|
"forwardPorts": [3000]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue