18 lines
334 B
JSON
18 lines
334 B
JSON
{
|
|
"name": "kryz-go",
|
|
"mounts": [
|
|
"source=/dev/dri,target=/dev/dri,type=bind"
|
|
],
|
|
"build": {
|
|
"dockerfile": "Dockerfile"
|
|
},
|
|
"customizations": {
|
|
"vscode": {
|
|
"extensions": [
|
|
"ms-vscode.vscode-typescript-next",
|
|
"dart-code.flutter"
|
|
]
|
|
}
|
|
},
|
|
"postCreateCommand": "flutter doctor -v"
|
|
} |