Danny Tuppeny

Results 1793 comments of Danny Tuppeny

We do already expose _some_ of these services as commands in VS Code (in the command palette). There's already brightness toggle and target platform, but we don't have text scale...

This was reported at https://github.com/Dart-Code/Dart-Code/issues/3228 too. I don't know if it's a Dart-Code, DevTools or Flutter bug, but to keep everything in one place I'll close that as a dupe...

@kenzieschmoll VS Code always uses `dart devtools` for running the server. `2.9.2+1` is the same version I see if I switch to Flutter stable and run `{flutter_sdk}/bin/cache/dart-sdk/bin/dart devtools --port 9123`...

@kenzieschmoll > They should be the same version if `which dart` points to `{flutter_sdk}/bin/cache/dart-sdk/bin/dart`. If you have another `dart` installed that is not from the flutter sdk, and that is...

@woutervanwijk can you confirm which setting you're modifying to trigger this? I don't seem to be able to trigger it: ![Mar-16-2022 10-33-39](https://user-images.githubusercontent.com/1078012/158570988-79d07ced-9e51-4eb5-ae58-4db1f639e908.gif) You mentioned changing a hover delay - do...

> @DanTup do you see different version values when you compare the two? Yep, I see the same (no `+1` in the output of `flutter --version` even though the version...

Oops, you're right - I only noticed the button tooltip. Although I don't seem to be able to reproduce on the bars either: ![Mar-17-2022 10-26-06](https://user-images.githubusercontent.com/1078012/158789588-3eebe9b8-3252-4b31-a62b-16727eb9af6d.gif)

I don't know of any updates that should have fixed it, but glad to hear it's working now. Please do post back if it comes back so it can be...

@kenzieschmoll only macOS (or perhaps Windows). I don't have access to either a Chromebook or a Linux machine currently. Although comments above from @woutervanwijk suggest it happens on macOS too,...

> Is it the flutter framework? I think Electron? In some of the comments above it sounds like you may have reproduced this outside of the embedded VS Code window...