Sometimes i compile and run, it will generate a tempCodeRunnerFile in the dir.
How to avoid generate it?
It indicates that you have selected part of the code snippet and run it.
To avoid it, use below setting (File->Preference->Settings) to ignore selection:
{
"code-runner.ignoreSelection": true
}
thank you for replying!
Wow, I thought this was a bug and suffered through it. Should have Googled it ages ago.
Thanks bro...it disturbs me many times... Finally I get solution
I guess the real bug is that "Ignore selection" isn't enabled by default.
good new ,thanks your suggest,it really usefull to me.i need this pather.
Most helpful comment
It indicates that you have selected part of the code snippet and run it.
To avoid it, use below setting (File->Preference->Settings) to ignore selection: