Danny Tuppeny

Results 216 issues of 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): ![image](https://github.com/flutter/devtools/assets/1078012/34a66486-0e1b-49ff-aaa5-978929467e92)...

P2
OS: windows
deep links page

Some integration tests are failing because when we step into SDK sources, we don't get back a path for the stack frames: ![image](https://github.com/Dart-Code/Dart-Code/assets/1078012/8a1f296f-ab34-46aa-8c3c-258b5a0cce7a) This happens with current `master` (21d996929bb96facd791d650d1ad35e6024d44ae) but...

is bug
in flutter
in debugger

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...

is enhancement
blocked on vs code / lsp / dap
in devtools

(placeholder for release notes when this ships in a stable SDK - the SDK issue is at https://github.com/dart-lang/sdk/issues/55956)

is enhancement
in editor
in lsp/analysis server

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...

is enhancement

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: ![image](https://github.com/Dart-Code/Dart-Code/assets/1078012/cd29d284-c5b7-4ee2-8de5-11531d1d656a) When using...

is enhancement
in editor

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...

is enhancement
in testing

When using the "Move to File" refactor, if you select an existing file you may see an overwrite prompt like these: ![image](https://github.com/Dart-Code/Dart-Code/assets/1078012/1b1f9481-4745-4ac9-8321-c6719f514f4d) This is because we use the `showSaveDialog` API...

is bug
in editor

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:...