21 lines
351 B
JSON
21 lines
351 B
JSON
{
|
|
"name": "kryz-go",
|
|
"build": {
|
|
"dockerfile": "Dockerfile"
|
|
},
|
|
"customizations": {
|
|
"vscode": {
|
|
"extensions": [
|
|
"ms-vscode.vscode-typescript-next"
|
|
],
|
|
"settings": {
|
|
"terminal.integrated.defaultProfile.linux": "bash"
|
|
}
|
|
}
|
|
},
|
|
"postCreateCommand": "flutter doctor -v",
|
|
"mounts": [
|
|
|
|
]
|
|
}
|