rubedo/.devcontainer/devcontainer.json
2023-04-17 19:04:33 -06:00

25 lines
443 B
JSON

{
"name": "rubedo",
"build": {
"dockerfile": "Dockerfile",
"args": {
"USERNAME": "vscode",
"BUILDKIT_INLINE_CACHE": "0"
}
},
"runArgs": [
// "--device=/dev/video2"
],
"customizations": {
"extensions": [
"ms-python.python",
"076923.python-image-preview"
],
"vscode": {
"extensions": [
"ms-python.python"
]
}
}
}