mirror of
https://github.com/zoriya/zmk.git
synced 2025-12-06 06:56:11 +00:00
chore: Update devcontainer.json
The format has changed slightly.
This commit is contained in:
@@ -13,9 +13,13 @@
|
||||
"type=volume,source=zmk-zephyr-modules,target=${containerWorkspaceFolder}/modules",
|
||||
"type=volume,source=zmk-zephyr-tools,target=${containerWorkspaceFolder}/tools"
|
||||
],
|
||||
"extensions": ["ms-vscode.cpptools"],
|
||||
"settings": {
|
||||
"terminal.integrated.shell.linux": "/bin/bash"
|
||||
"customizations": {
|
||||
"vscode": {
|
||||
"extensions": ["ms-vscode.cpptools"],
|
||||
"settings": {
|
||||
"terminal.integrated.shell.linux": "/bin/bash"
|
||||
}
|
||||
}
|
||||
},
|
||||
"forwardPorts": [3000]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user