-
Notifications
You must be signed in to change notification settings - Fork 340
Closed
Labels
in debuggingRelates to the debug adapter or process of running debug sessionsRelates to the debug adapter or process of running debug sessionsin flutterRelates to running Flutter appsRelates to running Flutter appsis bugrelies on sdk changesSomething that requires changes in the Dart/Flutter SDK to ship before it will become availableSomething that requires changes in the Dart/Flutter SDK to ship before it will become available
Milestone
Description
Describe the bug
Until about a week ago in the PREVIEW release, clickable code links were showing up on the right side of the "Debug Output" window if the format was using this format:
<Regular output> (<package>:<file path>:<line number>:<column number>)
It was convenient.
Now the code appears unformatted and unclickable. I checked to see if there might have been a setting that got turned off but couldn't find anything to enable that feature.
Note the release version of the plugin still works as described
To Reproduce
Steps to reproduce the behavior:
- Print to the console with say:
print('New route pushed: ServicesRoute (package:app/router.dart:61:9)'
Expected behavior
The above line should produce a clickable link on the right side
Please complete the following information:
- Operating System and version: Windows 10
- VS Code version: 1.81.1
- Dart extension version: v3.71.20230831 pre release
- Dart/Flutter SDK version: 3.1.0 (stable)
- Target device (if the issue relates to Flutter debugging): Android
saropa, huyun0-0, sisyfus, shkvoretz, adrianvintu and 9 more
Metadata
Metadata
Assignees
Labels
in debuggingRelates to the debug adapter or process of running debug sessionsRelates to the debug adapter or process of running debug sessionsin flutterRelates to running Flutter appsRelates to running Flutter appsis bugrelies on sdk changesSomething that requires changes in the Dart/Flutter SDK to ship before it will become availableSomething that requires changes in the Dart/Flutter SDK to ship before it will become available

