In visual studio code I want run simple python code (using the code runner extension) and it gives me info about runtime and where the file is. I don't want that, can I cut it out and only have the output?

Since you use the "Code Runner" extension, we can set it:
settings.json":
"code-runner.showExecutionMessage": false,
or find the "showExecutionMessage" option in "settings", uncheck it:

Run:

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With