Danny Tuppeny
Danny Tuppeny
We may need to[ set the reveal/focus options](https://code.visualstudio.com/Docs/editor/tasks#_output-behavior) appropriately to ensure things like pub-get-on-save UX doesn't get worse.
Raised by @nmfisher at https://github.com/Dart-Code/Dart-Code/issues/3808#issuecomment-1084436774 --- I've been tearing my hair out today trying to understand why everything worked fine in a Docker image I put together, but still not...
Happened while debugging `pub_package_service_test.dart` (might have been across multiple sessions).
Requested by @timsneath.. It would be useful to be able to view values in hex format in the variables view. VS Code/DAP only work with strings so cannot provide formatting...
Seems like we should be able to show them here too. 
See https://github.com/dart-lang/sdk/issues/48870#issuecomment-1109617492.
See https://github.com/Dart-Code/Dart-Code/issues/3808#issuecomment-1026816127.
Raised by @brianegan at https://github.com/Dart-Code/Dart-Code/issues/3704#issuecomment-1126743773 - the stack trace in the debug console is not clickable to jump to the location of the failure (not test).