BartmanAbyss / vscode-amiga-debug

One-stop Visual Studio Code Extension to compile, debug and profile Amiga C/C++ programs compiled by the bundled gcc 12.2 with the bundled WinUAE/FS-UAE.
GNU General Public License v3.0
316 stars 39 forks source link

Profiler: Windows AppData/Local/Temp cleanup job #210

Closed ReneKriest closed 1 year ago

ReneKriest commented 1 year ago

Generating a profile (*.amigaprofile) leads to the build-up of a data file, that is, in my case, at least 5MB in size. Size varies between 5 and 11MB.

These files get stored in appdata/local/temp however there is no clean-up job. This can lead to cluttering hard disk space.

I would really like to see a corn job or, preferred, button to clean up old profile files.

BartmanAbyss commented 1 year ago

In the command palette, use Amiga: Clean Temp Files