29 lines
584 B
JSON
29 lines
584 B
JSON
{
|
|
"name": "AOS Barrelfish",
|
|
|
|
"build": {
|
|
"dockerfile": "Dockerfile",
|
|
},
|
|
|
|
"containerEnv": {
|
|
"BFAOS": "${containerWorkspaceFolder}",
|
|
"BFBUILD": "${containerWorkspaceFolder}/build",
|
|
"BFBUILD_QEMU": "${containerWorkspaceFolder}/build_qemu",
|
|
},
|
|
|
|
"extensions": [
|
|
"ms-azuretools.vscode-docker",
|
|
"ms-vscode.cpptools-extension-pack",
|
|
"eamodio.gitlens",
|
|
"ms-python.python",
|
|
"MS-vsliveshare.vsliveshare",
|
|
],
|
|
|
|
// allow access to the toradex board
|
|
"runArgs": ["--privileged"],
|
|
// "mounts": ["type=bind,src=/dev/bus/usb,dst=/dev/bus/usb"],
|
|
|
|
"remoteUser": "vscode",
|
|
}
|
|
|