Skip to content

Commit

Permalink
actually turns out latest works
Browse files Browse the repository at this point in the history
  • Loading branch information
jcbhmr authored Aug 16, 2023
1 parent b5a36e5 commit de2f3fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ like this:
### Options

- **`version`:** A version of the Dart SDK like `3.0.7`. Must be a complete
version identifier. The default is `3.0.7`.
version identifier or `latest`. The default is `latest`.

<!-- prettier-ignore-start -->
[this vs code blog post]: https://code.visualstudio.com/blogs/2022/09/15/dev-container-features
Expand Down
4 changes: 2 additions & 2 deletions devcontainer-feature.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"version": {
"type": "string",
"description": "Dart SDK version",
"proposals": ["3.0.7"],
"default": "3.0.7"
"proposals": ["latest", "3.0.7"],
"default": "latest"
}
}
}

0 comments on commit de2f3fd

Please sign in to comment.