Describe the bug
In this line, base file is deleted after passing to the merge service. This can cause problem as the editor provides features such as compare with base file. Actually clicking compare with base file in IDL Merge would show dialog saying the base file doesn't exists.
To Reproduce
Steps to reproduce the behavior:
Right click any idle file and click update header file
Click compare -> compare with base file
See error dialog.
Expected behavior
Can compare with base, no error dialog shown.
Screenshots
Additional context
Suggest the extension just leave the temp file alone, and purge 3-days-old files regularly. A solution to mitigate file bloat is to use the same file name as the idl so that repeatedly updating header file only generates one temporary.
Describe the bug In this line, base file is deleted after passing to the merge service. This can cause problem as the editor provides features such as compare with base file. Actually clicking compare with base file in IDL Merge would show dialog saying the base file doesn't exists.
To Reproduce Steps to reproduce the behavior:
Expected behavior Can compare with base, no error dialog shown.
Screenshots
Additional context Suggest the extension just leave the temp file alone, and purge 3-days-old files regularly. A solution to mitigate file bloat is to use the same file name as the idl so that repeatedly updating header file only generates one temporary.