VS Code extensions v3.128

142 views
Skip to first unread message

Danny Tuppeny

unread,
Feb 2, 2026, 6:41:24 AM (12 days ago) Feb 2
to flutter-...@googlegroups.com
Hi all,

New versions of the VS Code extensions have been published to the VS Code and open-vsx marketplaces. Release notes are below (and online).

Testing

#5858/#5871: The Test Explorer now groups test suites under workspace/package folders, making tests in large workspaces easier to navigate.

  • #5879/#5891: Running specific tests no longer triggers discovery of all tests suites before launching.
  • #5883/#5878: Tracking of test locations (for gutter icons, etc.) now works across editors being closed and re-opened as long as the locations remain valid (and the file wasn’t modified on disk).
  • #5798/#5875: Dart tests now collect coverage across all related packages in the workspace (matching the behaviour for Flutter tests), as long as the project uses package:test version 1.29.0 or later.

Flutter

  • #5854/#5867: The deviceId and emulatorId fields in launch.json now support substring matches and matching on device ID and name.
  • #5728/#5880: When locating a Flutter SDK from a packages .dart_tool/package_config.json file, the flutterRoot field will be used in preference to inferring from the flutter package path.

Editor

  • #5890: Changing the Automatic Comment Slashes setting now takes effect immediately without restarting VS Code.

Debugging

  • #5855/#5869launch.json now accepts debuggerType to force the kind of debugger and provides code completion for the valid values. Generally the extension should correctly detect the correct kind of debugger to launch so use of this field is discouraged unless you have specific/unusual requirements.

Tasks

  • #5874/#5882: Tasks like build_runner are now invoked with dart run, preventing a warning about flutter pub run being deprecated.

Misc

  • #5886: Many skipped Dart-Code tests have been re-enabled with a workaround for VS Code’s behaviour of not firing document close events for up to three minutes after the editor was closed.
  • #5864: Dart-Code test coverage is now uploaded to Codecov as part of CI.

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!

https://dartcode.org/upstream-issues/

Reply all
Reply to author
Forward
0 new messages