For instructions on installing the Dart or Flutter extensions, go here.
v1.1.0
- Opening a folder that is not itself a Dart package but contains others (such as the Flutter repository) will no longer give false errors/warnings caused by incorrect package resolution
- Setting Dart SDK/libraries as debuggable/non-debuggable will now work correctly with SDK 1.23 which has different debugging defaults
- The
launch.json
file should now be much simpler than before and not contain internal Dart Code settings that are not relevant to the user * - The
launch.json
file now properly supports default socheckedMode: true
andargs: []
are no longer required unless being changed *
* Your launch.json file should automatically be tidied up when you first open your project.
Upstream Issues
Some feature requests and fixes require new features and fixes in upstream projects like VS Code and LSP which use counts of 👍s on those issues to help gauge demand. The Dart-Code website now lists some of the most significant upstream issues with a description of the feature/fix they would enable. Please consider reviewing this list and adding your 👍 to any GitHub issues relevant to features you’d like to see!