Skip to content

Commit

Permalink
Fix project directory inference for inspector panel (flutter#6857)
Browse files Browse the repository at this point in the history
Fixes flutter#6841, flutter#6853

Instead of using the top level widget in the widget tree to determine the project directory, we instead use the main isolate's root library.

For google3, we also have extra logic to strip out everything before `/google3`, and to only use top-level directory after `google3` directory (or the top-level directory after `third_party`)
  • Loading branch information
elliette authored and derekxu16 committed Dec 14, 2023
1 parent d8b5bc3 commit ab1937a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/devtools_app/release_notes/NEXT_RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ To learn more about DevTools, check out the
## Performance updates

* Changed raster layer preview background to a checkerboard. - [#6827](https://github.com/flutter/devtools/pull/6827)

## CPU profiler updates

TODO: Remove this section if there are not any general updates.

## Memory updates
Expand Down

0 comments on commit ab1937a

Please sign in to comment.