I am using Visual Studio Code LaTeX workshop. My objective is the same as in Automatically overwrite bbl for biblatex version conflict. Is there any mechanism specific to Visual Studio Code such that, after each compile of the project, the Visual Studio Code deletes automatically the .bbl file?
Asked
Active
Viewed 60 times
.bblafter every compilation, you will never generate a final version of your document. – cfr Dec 22 '23 at 04:04.bblafter a compilation. It makes the next compilation sequence (usually unnecessarily) longer. Sometimes it can be necessary to delete auxiliary files to get out of a very bad error loop, but that should happen rarely enough that it can be done by hand. Cases like the one in the linked questions are really the exception. Why do you want to delete the.bblfile? – moewe Jan 03 '24 at 07:02.bblfile and call that in your editor. (Writing the shell script would be more on topic on a site like https://stackoverflow.com/.) – moewe Jan 03 '24 at 07:04