fw-anwesenheit/.devcontainer/devcontainer.json
2025-04-16 19:44:19 +02:00

20 lines
416 B
JSON

{
"name": "Raspberry Pi Zero 2 W Dev",
"build": {
"dockerfile": "Dockerfile",
"context": ".."
},
"settings": {
"terminal.integrated.shell.linux": "/bin/bash"
},
"extensions": [
"ms-vscode.cpptools",
"ms-vscode.cmake-tools"
],
"mounts": [
"source=${localWorkspaceFolder}/src,target=/workspace/src,type=bind,consistency=cached"
],
"remoteUser": "vscode",
"features": {}
}