Steps to Reproduce
I am running the following setup which is generally working fine:
[✓] Flutter (Channel stable, v1.12.13+hotfix.10-pre.1, on Mac OS X 10.15.4 19E266, locale en-DE)
[✓] Xcode - develop for iOS and macOS (Xcode 11.4)
[✓] VS Code (version 1.43.2)
Whenever I want to debug my app on the iOS simulator or device, I select Dart: Open DevTools in vscode.
But for some reason, the Debugger tab is deactivated in Chrome as you can tell from the screenshot:

Is there any way to enable debugging inside Chrome DevTools by default? Stripping away hide=debugger from the URL serves the purpose, but I prefer to avoid this doing manually.
Thanks!