15 lines
267 B
JSON
15 lines
267 B
JSON
{
|
|
"name": "kryz-go",
|
|
"build": {
|
|
"dockerfile": "Dockerfile"
|
|
},
|
|
"customizations": {
|
|
"vscode": {
|
|
"extensions": [
|
|
"ms-vscode.vscode-typescript-next",
|
|
"dart-code.flutter"
|
|
]
|
|
}
|
|
},
|
|
"postCreateCommand": "flutter doctor -v"
|
|
} |