formulahendry / formulahendry/vscode-code-runner

Compiled file is not removed after running

Open
#84 2 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.