mirror of
https://github.com/Djeeberjr/fw-anwesenheit.git
synced 2025-07-01 16:54:17 +00:00
Create devcontainer.json
This commit is contained in:
parent
d18b967f39
commit
5118353402
19
.devcontainer/devcontainer.json
Normal file
19
.devcontainer/devcontainer.json
Normal file
@ -0,0 +1,19 @@
|
||||
{
|
||||
"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": {}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user