Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 9, 2025

Conversation

jwren
Copy link
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
Contributor

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