Files
packages.dart/deprecated/flutter_ast/.devcontainer/devcontainer.json
2026-01-15 14:38:46 -08:00

28 lines
766 B
JSON

{
"name": "Dart",
"build": {
"dockerfile": "Dockerfile",
// Update VARIANT to pick a Dart version
"args": { "VARIANT": "2" }
},
// Set *default* container specific settings.json values on container create.
"settings": {
"terminal.integrated.shell.linux": "/bin/bash"
},
// Add the IDs of extensions you want installed when the container is created.
"extensions": [
"dart-code.dart-code"
]
// Use 'forwardPorts' to make a list of ports inside the container available locally.
// "forwardPorts": [],
// Use 'postCreateCommand' to run commands after the container is created.
// "postCreateCommand": "uname -a",
// Uncomment to connect as a non-root user. See https://aka.ms/vscode-remote/containers/non-root.
// "remoteUser": "vscode"
}