|
|
|
@ -34,7 +34,16 @@ |
|
|
|
// "postCreateCommand": "cat /etc/os-release", |
|
|
|
// "postCreateCommand": "cat /etc/os-release", |
|
|
|
|
|
|
|
|
|
|
|
// Configure tool-specific properties. |
|
|
|
// Configure tool-specific properties. |
|
|
|
// "customizations": {}, |
|
|
|
"customizations": { |
|
|
|
|
|
|
|
"vscode": { |
|
|
|
|
|
|
|
"extensions": [ |
|
|
|
|
|
|
|
"dart-code.flutter", |
|
|
|
|
|
|
|
"toroxx.vscode-avdmanager", |
|
|
|
|
|
|
|
"androidgradletools.android-ide-extension", |
|
|
|
|
|
|
|
"ms-vscode.cmake-tools" |
|
|
|
|
|
|
|
] |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
// Uncomment to connect as an existing user other than the container default. More info: https://aka.ms/dev-containers-non-root. |
|
|
|
// Uncomment to connect as an existing user other than the container default. More info: https://aka.ms/dev-containers-non-root. |
|
|
|
// "remoteUser": "devcontainer" |
|
|
|
// "remoteUser": "devcontainer" |
|
|
|
|