Skip to content

Fix a sporadic error with the IDEA platform not registering all toolWindows#8030

Merged
jwren merged 1 commit into
flutter:masterfrom
jwren:8029
Apr 9, 2025
Merged

Fix a sporadic error with the IDEA platform not registering all toolWindows#8030
jwren merged 1 commit into
flutter:masterfrom
jwren:8029

Conversation

@jwren
Copy link
Copy Markdown
Member

@jwren jwren commented Apr 9, 2025

This resolves #8029

@jwren jwren requested a review from pq April 9, 2025 18:18

<!-- Having the projectService defined after the toolWindows allows them to all be picked up by the platform -->
<!-- See https://github.com/flutter/flutter-intellij/issues/8029 -->
<projectService serviceImplementation="io.flutter.view.FlutterView" overrides="false"/>
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Interesting! It would be great to understand this better. (An initial walk-through the code doesn't suggest anything obvious.) Will dig some more though...

@jwren jwren merged commit 6e81fc8 into flutter:master Apr 9, 2025
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 of the DevTools windows not appearing when the Flutter IJ plugin is installed.

2 participants