Hey, thanks for the report. It looks like this is a limitation of the Anysphere C# extension. Some launch configuration options that work in VS Code aren’t fully supported yet. There was a similar report recently where pipeTransport was also being ignored.
A couple things to try:
- In your
launch.json, set"console": "integratedTerminal"instead of"externalTerminal". The integrated terminal should supportConsole.ReadKeysince it isn’t redirected like the Debug Console. - If that still doesn’t work, could you share your
launch.jsonconfig? That’ll help us see what exactly is being ignored.
I’ve reported this to the team. No ETA yet, but your report helps us prioritize it.