Danny Tuppeny
Danny Tuppeny
I looked into this, and the problem is that the watch events are not passed to the plugin because they do not match the `interestingFiles` glob defined by the plugin....
@rrousselGit do you have a reproducible sample? When I tested with the repro above, using `**` resolved the issue for me. I'm not sure if you tested the same repro...
VS Code has only ever used color and icon previews from tools_metadata. The colors were removed earlier this year because they now come via the analysis server, so it's only...
For Dart-Code, we only take a copy of the icons into https://github.com/Dart-Code/Icons which is a sub-module in the Dart-Code repository. If we can move the icon previews to the analysis...
In the short-term, I'm happy to run the scripts to re-generate the resources on each stable (or the preceding beta?) release. I don't know how involved it would be to...
I think the remaining work is covered by: - https://github.com/dart-lang/sdk/issues/47667 - getting real icon previews via the server/flutter daemon - https://github.com/flutter/flutter-intellij/pull/6871 I think handles updating current resources for IntelliJ -...
This is still currently a manual job. I started updating with the latest beta, although noticed all the Cupertino icons seem to be aligned differently. I've filed https://github.com/flutter/flutter/issues/143069 and will...
Updating tools_metadata to the latest code is still blocked on https://github.com/flutter/flutter/issues/140140 (icons seem to be misaligned). There's a goal to have the images provided directly by the Flutter framework/daemon so...
I think there are few different things here... The title of the issue is about the repo being out-of-date. It's out-of-date because of the icon alignemnt issue (see my comment...
VS Code does use it too (although only to grab a copy of the icon previews, no other data, and it doesn't directly reference the repo). @bkonyi > If this...