Passing custom configuration to Ionic debug in VSCode extension

Hi guys, I like how the VSCode extension just let’s me hit Debug Web, starts Chrome and debug just works. I’m running into an issue where I want it to have a different configuration for my underlying angular app. No matter what I try, I always see this when starting the debug session :

[Ionic] Debugging...
> npx ionic serve --no-open --external --configuration=development
> ng.cmd run app:serve:development --host=0.0.0.0 --port=8100

It seems like there is no way to override the “development”
I would prefer to stay away from the whole : start ionic manually from the console, then open Chrome in remote debugging, then attach the debugger to it, feels a bit much for something this modern.

Let me know if I’m missing anything :sweat_smile:

Thanks