If I click the Inspector button on the debug toolbar, or one of the buttons in the Flutter sidebar, I would expect those pages to open based on the devToolsLocation setting:
"dart.devToolsLocation": {
"default": "beside",
"inspector": "sidebar"
}
However, they seem to always spawn new browser tabs.