Danny Tuppeny

Results 216 issues of Danny Tuppeny

- [ ] update `config.isUnsupportedSoon` to return `!versionIsAtLeast(this.version, "3.0.0")` instead of `false` - [ ] Update the website to note which extension versions deprecate and remove support for older SDKs

is enhancement

There's code in closing labels (and probably others) that assume files: ```ts this.analyzer.onNotification(PublishClosingLabelsNotification.type, (n) => { const filePath = fsPath(vs.Uri.parse(n.uri)); ``` These should be updated to handle generated sources like...

is bug
in editor

Not sure where this bug is yet, but on current stable if I: - create new Flutter app - add a breakpoint in build method - run on Chrome device...

is bug
in web

See https://github.com/Dart-Code/Dart-Code/issues/4604#issuecomment-1607976296 We could grep all valid hyperlinks out of the `.ts` files, and then check they're valid (I'm not sure how easily we can check fragments). This would help...

is non-functional
good first issue :octocat:

This should just spawn the current page in a browser window and close the embedded version.

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

See https://github.com/microsoft/vscode-languageserver-node/issues/848#issuecomment-2210314682 ```js textSynchronization: { delayOpenNotifications: true, }, ``` This will prevent redundant `didOpen`/`didClose` events being sent from VS Code to the LSP server when holding Ctrl and hovering over...

blocked on vs code / lsp / dap
in editor
is performance

I added the [Pizza Dough recipes from Ooni](https://uk.ooni.com/blogs/recipes/classic-pizza-dough) which makes 4x 12" pizza doughs. I entered '4 12" Pizzas' in the Yield field and copied the ingredients amounts as-is, and...

proposal/idea
open to contributors

### Steps to reproduce 1. Create a new counter app 2. Add `debugPrintStack()` to the `_incrementCounter` method 3. Run on a web device and click the button ### Expected results...

tool
platform-web
has reproducible steps
P2
team-tool
triaged-tool
found in release: 3.24
found in release: 3.27

There have been some reports of the Flutter daemon not starting up properly (for ex. https://github.com/flutter/flutter/issues/143625), but it turns out that when starting successfully, it just prints "Starting device daemon..."...

tool
autosubmit

It was request at https://github.com/Dart-Code/Dart-Code/issues/5422 to show the memory usage of tests similar to how we show their durations. However, this information is not captured or available to Dart-Code to...

package:test