Danny Tuppeny
Danny Tuppeny
I can reproduce this in a newly-created Flutter app. Clicking Stop on the debug toolbar sends `terminate`, which we use to shutdown and we get an Exited event, then send...
This seems to be a `flutter test` issue. I've opened https://github.com/flutter/flutter/issues/151230 with steps to reproduce without VS Code or the debug adapter for investigation. (Edit: That was closed as a...
https://github.com/flutter/flutter/issues/151230 / https://github.com/flutter/flutter/issues/144222 has been resolved in Flutter and I can no longer reproduce orphaned flutter_tester processes (although I do see a slightly different issue - see https://github.com/flutter/flutter/issues/144008#issuecomment-2500634254). Closing this...
Thanks! I've split (2) into #4530 an will use this to track (3). We can continue discussion of (1) in https://github.com/Dart-Code/Dart-Code/issues/4525#issuecomment-1539868479. It's not something I have a real preference on,...
@bwilkerson @scheglov I think this happens because when we rename a file, we search for all references to it using `_searchReferences_CompilationUnit` in `Search`. This uses `fileState.referencingFiles` to find which files...
@scheglov would it be better to add another collection? Or have some flag against each to signify if they may affect analysis?
TIL that the analyzer can look inside `.dart_tool/build/generated` for sources imported with normal `package:` URIs! While looking in the code to see how this worked because I was curious, I...
The way this was implemented (prompting for a name like Extract Method) has resulted in losing the server-generated name and I think that's made this much worse. I'm going to...
@lsaudon I'm not sure - could you file a new issue about that with exact instructions of what you're selecting and invoking? Thanks!
I believe this is still outstanding and worthwhile, is there a reason you closed it @lsaudon ?