Skip to content

Conversation

@DanTup
Copy link
Contributor

@DanTup DanTup commented Nov 4, 2020

By default, launchDevTools will try to reuse existing open DevTools instances when told to launch (and show a notification, or reconnect disconnected ones). Embedded windows should be entirely excluded from these, as their windows are managed entirely by the IDE and not launched by DevTools.

This updates the changePage call to also transmit a whether the page is embedded or not, and the server to ignore any embedded clients when looking for a client to reuse.

Fixes Dart-Code/Dart-Code#2931.

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.

DevTools won't open in browser if already visible in an embedded window

2 participants