formulahendry / formulahendry/vscode-code-runner
Run same code file again, even a different tab/file is focused
- Dominant language
- TypeScript
- Stars
- 2.4k
- Forks
- 351
- PR merge metrics
- No merged PRs in 30d
Description
I would like to define a code file to be run with "Run Task", even when I have another tab / file open. Most of the time, a program/script consists of several files, but there is one starting-file/entry-point for a certain script.
Currently, I can define a "custom command" to run exactly that one file. But this is not convenient in case of different programs/scripts, because I have to re-define that custom command every time I switch projects.
It would be ideal if the first time I run a code file, Code Runner remembers that file and runs it even if I have another file open. To re-define the "last file to run", there might be another command / hotkey.
Or maybe there is some other way to achieve this already?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.