vscode-code-runner
vscode-code-runner copied to clipboard
[Feature request] Adding "Turn off Terminal Auto Focus" Function
Many thanks to the author, it's an excellent extension. However, there is a little imperfect, in my case, due to the limitation of the integrated Terminal of the VS Code. I always run my code in external CMD, with that the bottom panel of the VS Code is of little use.
For now, It's disturbing that every time I execute the command to run code, the panel arose.
I've found an function(named terminal.autoFocus) from an extension (Command Runner) , by toggling off the execution of the command to run code will never show the bottom panel.
I hope Code Runner will have this function.
Best wishes.