This repository has been archived on 2024-07-21. You can view files and clone it, but cannot push or open issues or pull requests.
opencanteen/.devcontainer/devcontainer.json
2022-05-31 17:55:28 +00:00

5 lines
No EOL
126 B
JSON

{
"name": "Flutter",
"image": "matspfeiffer/flutter:beta",
"extensions": ["dart-code.dart-code", "dart-code.flutter"]
}