Skip to content
Snippets Groups Projects
Commit 12268083 authored by Andri Joos's avatar Andri Joos :blush:
Browse files

add devcontainer example

parent 84c3634f
No related branches found
No related tags found
No related merge requests found
{
"name": "Flutter Linux",
"image": "andrijoos/flutter:3-linux",
"remoteUser": "flutter",
"workspaceFolder": "/workdir",
"workspaceMount": "source=${localWorkspaceFolder},target=/workdir,type=bind,consistency=delegated",
"customizations": {
"vscode": {
"settings": {
"remote.autoForwardPorts": false
},
"extensions": [
"dart-code.dart-code",
"dart-code.flutter",
"ms-azuretools.vscode-docker"
]
}
},
"containerEnv": {
"SHELL": "/bin/bash"
},
"postCreateCommand": "cd ai_chat && flutter pub get"
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment