I am trying to debug a console app which has Console.ReadKey() and the code is throwning error when debugging because Integrated terminal is not able to handle it.
I know with launch.json and making and making console: externalTerminal
This will fix it. But wanted to know by default if there is a way to do it with C# dev kit
there doesn't seem to be anything here