'On start debugging a new browser window pops up in flutter using vscode

I'm trying to hot reload my flutter app that runs on a browser but whenever i run ctrl + f5 or f5 a new blank browser window appears.

Can someone help please



Solution 1:[1]

may be you can try flutter run -d chrome to Run Chrome using the default renderer option

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 twizelissa