You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed this because the extensions view was empty for an IntelliJ project that should have DevTools extensions (due to the dependencies on the provider and flame packages).
From DevTools verbose logging, we can see that the project roots are empty:
I tried invalidating caches and restarting IntelliJ, but encountered the same problem. Let me know if there are any logs I can collect from IntelliJ that would be helpful.
The text was updated successfully, but these errors were encountered:
What's the timing for when you're opening DevTools? I suspect what's happening is there's a delay in the workspace roots being set from the Dart plugin, so opening an instance of DevTools app early on will show no roots available. I'm able to reproduce opening Android Studio, opening DevTools immediately and seeing no roots, then waiting a while and opening DevTools again and seeing roots.
This is still problematic for the DevTools tool windows since some will be loaded immediately, so being able to reload from the tool window will be useful (#7617). Alternatively, can DevTools detect if roots are set later on?
I noticed this because the extensions view was empty for an IntelliJ project that should have DevTools extensions (due to the dependencies on the

provider
andflame
packages).From DevTools verbose logging, we can see that the project roots are empty:
I tried invalidating caches and restarting IntelliJ, but encountered the same problem. Let me know if there are any logs I can collect from IntelliJ that would be helpful.
The text was updated successfully, but these errors were encountered: