Create dart template
Closed this issue · 1 comments
jcbhmr commented
Since #24 and #25 seem to have stalled, let's jump ahead
https://github.com/orgs/microsoft/packages?q=vscode-dev-containers&sort_by=downloads_desc
it does only have 841 downloads, but hey! it's another template!
todo thingy
- reach out to previous contributors - not really any listed https://github.com/microsoft/vscode-dev-containers/tree/main/containers/dart
- get their permission to move/adopt here (i assume yes?)
- import the devcontainer-template.json from https://github.com/microsoft/vscode-dev-containers/blob/main/containers/dart/devcontainer-template.json
- import the https://github.com/microsoft/vscode-dev-containers/blob/main/containers/dart/.devcontainer/devcontainer.json
- import dockerfile https://github.com/microsoft/vscode-dev-containers/blob/main/containers/dart/.devcontainer/Dockerfile
other related ideas
- move from dockerfile to devcontainer.json with features
- get rid of the library-scripts folder?
- change-up some of the options. right now its zsh and apt-update.
- ?? create a 'dart' feature? https://dart.dev/get-dart
closes #28
jcbhmr commented