microsoft/WhackWhackTerminal

Ctrl+O brings file open dialog, but after opening a file the window is no longer a terminal

Closed this issue · 3 comments

Repro:

  1. Open the terminal
  2. Hit Ctrl+O
  3. Browse to any text file
  4. Hit or to open

Result:

  • Text file is rendered in the console
    • There seems no way to go back to the interactive console
    • The only way to recover seems to be to restart Visual Studio

Expected:

  • For my scenario it would be nice if Ctrl+O was not handled at all and the main VS shell would handle the open the file command.
ZoeyR commented

This was a small issue that I knew about but I was waiting until there were reports to gauge the severity. Since I've got a report I'll start working on a fix.

Thanks! It's not a big deal, I know now to look for the difference in open dialog :)
From my perspective feel free to prioritize below any other work, this project is saving me so much time! If it really bothered me I would have created a pull request :)

ZoeyR commented

fixed in master