formulahendry / formulahendry/vscode-code-runner
Compiled file is not removed after running
Open
enhancement
help wanted
- Dominant language
- TypeScript
- Stars
- 2.4k
- Forks
- 351
- PR merge metrics
- No merged PRs in 30d
Description
This holds true for at least C and Rust.
When you choose to run code, the code is compiled and run, but the compiled file is left there in the working tree, and it has to be manually deleted.
Yes, you can add `rm` to the command via the configuration, but this should be the default behavior, not user-defined. The extension shouldn't be dotting the filesystem up with random compiled files.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.