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

