Vscode-code-runner: What is tempCodeRunnerFile?

Created on 9 May 2018  ·  6Comments  ·  Source: formulahendry/vscode-code-runner

Sometimes i compile and run, it will generate a tempCodeRunnerFile in the dir.
How to avoid generate it?

question

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:

{
    "code-runner.ignoreSelection": true
}

All 6 comments

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

nmchgx picture nmchgx  ·  3Comments

manikantag picture manikantag  ·  4Comments

N2ITN picture N2ITN  ·  5Comments

Kelo007 picture Kelo007  ·  3Comments

eegod picture eegod  ·  5Comments