formulahendry/vscode-code-runner

Compiled file is not removed after running

オープン

#84 opened on 2017/02/27

 (2 件のコメント) (0 件のリアクション) (0 人の担当者)TypeScript (343 件のフォーク)github user discovery
enhancementhelp wanted

Repository metrics

Stars
 (2,408 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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.

コントリビューターガイド