mirror of
https://github.com/furrysalamander/rubedo.git
synced 2025-09-26 23:29:12 +08:00
25 lines
443 B
JSON
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"
|
|
]
|
|
}
|
|
}
|
|
}
|