MicrosoftDocs / edge-developer

Developer documentation for Edge.
https://learn.microsoft.com/microsoft-edge/developer/
Creative Commons Attribution 4.0 International
380 stars 505 forks source link

Not all tabs persisted in order between sessions #2998

Closed CalvinQuark closed 7 months ago

CalvinQuark commented 8 months ago

The claim on this page that "Your custom tool order persists across DevTools sessions" apparently does not apply to Extension-provided tabs. I am encountering with the GraphQL Network Inspector extension sourced from the Chrome web store that this extension's tab is always positioned after the standard DevTools native tabs.

If this behavior is intentional, then it would be helpful if it were noted down on this page. However, it would be more useful if the positions of extension tabs were likewise persisted between sessions.


Document Details

Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.

AB#48368746

captainbrosset commented 8 months ago

I agree that it would be more helpful if extension-provided tabs would also get their position persisted, and I would advise you to file this as a feature request on the DevTools feedback repository instead, here: https://github.com/MicrosoftEdge/DevTools.

In the meantime, we can also make a change to the documentation, something like "For the time being, extension-provided tabs are always positioned after the built-in tabs".