Vscode-code-runner: Option to remove output info

Created on 8 Oct 2016  ·  5Comments  ·  Source: formulahendry/vscode-code-runner

It would be useful have a setting to remove the pre ([Running]) and post ([Done]) labels in the output console.
thx

enhancement

Most helpful comment

@emadb , just add a config entry code-runner.showExecutionMessage. Please install the latest version and have a try.

All 5 comments

Option to remove the two whole lines of [running] and [done], not just the two labels, right?

Yes. Exactly. In some cases in too noisy.

@emadb , just add a config entry code-runner.showExecutionMessage. Please install the latest version and have a try.

@formulahendry
What if I don't need [running] while do need [done], like #315 ?
Maybe we should split code-runner.showExecutionMessage into showRunningMessage and showDoneMessage

Even if there is no message output window is open is there a way to bypass that?

Was this page helpful?
0 / 5 - 0 ratings