formulahendry/vscode-code-runner

Compiled file is not removed after running

Open

#84 opened on Feb 27, 2017

View on GitHub
 (2 comments) (0 reactions) (0 assignees)TypeScript (343 forks)github user discovery
enhancementhelp wanted

Repository metrics

Stars
 (2,408 stars)
PR merge metrics
 (PR metrics pending)

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