flutter / devtools

Performance tools for Flutter
https://flutter.dev/docs/development/tools/devtools/
BSD 3-Clause "New" or "Revised" License
1.58k stars 324 forks source link

Duplicate extensions listed in sidebar when multiple debug sessions are active #7852

Closed kenzieschmoll closed 3 months ago

kenzieschmoll commented 4 months ago

Screenshot 2024-05-29 at 3 15 29 PM

This does not happen when DevTools is opened in the browser, so some de-duplication logic must be different for the sidebar extensions service.

kenzieschmoll commented 3 months ago

This is resolved now that all DevTools screens and extensions are visible in the sidebar by default.