mirror of
https://github.com/Djeeberjr/fw-anwesenheit.git
synced 2025-07-04 01:44:18 +00:00
20 lines
416 B
JSON
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": {}
|
|
}
|