DevContainer Support added

This commit is contained in:
Christian Risi
2024-11-12 10:17:37 +00:00
parent 6ae2f5cd04
commit 9772717a20
2 changed files with 144 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
{
// Displayed name
"name": "IoT-Simulator",
// Image to be used
"image": "swift",
// Env in container
"containerEnv": {
},
// Mounts in container
"mounts": [
{
"source": "${localWorkspaceFolder}",
"target": "/workspace",
"type": "bind"
}
],
// The WorkspaceFolder inside container
"workspaceFolder": "/workspace"
}