formulahendry/vscode-code-runner

Compiled file is not removed after running

Aperta

#84 aperta il 27 feb 2017

 (2 commenti) (0 reazioni) (0 assegnatari)TypeScript (343 fork)github user discovery
enhancementhelp wanted

Metriche repository

Star
 (2408 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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.

Guida contributor