Danny Tuppeny
Danny Tuppeny
When I open the Deep Links tool in VS Code, the populated path is incorrect for Windows (it has a leading slash and all slashes are the wrong direction): ...
Some integration tests are failing because when we step into SDK sources, we don't get back a path for the stack frames:  This happens with current `master` (21d996929bb96facd791d650d1ad35e6024d44ae) but...
In the same way we tell the sidebar what the select device is, we should tell it what the selected debug session is (and allow it to change it, like...
(placeholder for release notes when this ships in a stable SDK - the SDK issue is at https://github.com/dart-lang/sdk/issues/55956)
Changes in https://github.com/dart-lang/sdk/issues/53875 might affect assumptions made in the extension here about the location of `package_config.json` relative to a `pubspec.yaml`. When that work is done enough, we should review all...
When opening a project that has diagnostics that can be fixed with "dart fix" we currently direct you to instructions to run it from the command line:  When using...
We should try (via an opt-in flag) allowing running all (unit) tests in a workspace whenever code changes (a dart file is saved, and there are no diagnostics errors(?)). To...
When using the "Move to File" refactor, if you select an existing file you may see an overwrite prompt like these:  This is because we use the `showSaveDialog` API...
I noticed this when accidentally running formatted code through the formatter. Given this code (taken from the SDK): ```dart extension type JSExportedDartFunction._( JSExportedDartFunctionRepType _jsExportedDartFunction ) implements JSFunction {} ``` The...
Not sure if this is intended, but feels like a bug. When using the tall experiment, carriage returns seem to be removed from the inside of strings. Here's a repro:...