question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

What is tempCodeRunnerFile?

See original GitHub issue

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

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:12
  • Comments:8 (1 by maintainers)

github_iconTop GitHub Comments

77reactions
formulahendrycommented, May 15, 2018

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
}
24reactions
Bananamancommented, Nov 7, 2019

Wow, I thought this was a bug and suffered through it. Should have Googled it ages ago.

Read more comments on GitHub >

github_iconTop Results From Across the Web

#tempcoderunnerfile - YouTube
tempCodeRunnerFile indicates that you have selected part of the code snippet and run it. To avoid this issue, simply follow this .
Read more >
How To Avoid Tempcoderunnerfile.Go Appear In ... - ADocLib
Program 'tempCodeRunnerFile.exe' failed to run: Access is deniedAt line:1 char:110 VS Code error. Unable to run R script using Code Runner on VSCode....
Read more >
Code Runner - Visual Studio Marketplace
(Default is "tempCodeRunnerFile"). code-runner.respectShebang : Whether to respect Shebang to run code. (Default is true) ...
Read more >
Problem to execute c program - Microsoft Q&A
"cd "C:\Users\WIN10~1\AppData\Local\Temp\" ; if ($?) { gcc tempCodeRunnerFile.c -o tempCodeRunnerFile } ; if ($?) { .\tempCodeRunnerFile }
Read more >
need help regarding vs code : r/vscode - Reddit
{ gcc tempCodeRunnerFile.c -o tempCodeRunnerFile } ; if ($?) { .\tempCodeRunnerFile }. hello world. PS C:\Users\vip\.vscode>.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found