James-Yu / LaTeX-Workshop

Boost LaTeX typesetting efficiency with preview, compile, autocomplete, colorize, and more.
MIT License
10.55k stars 522 forks source link

Can `.fls` file be auto-cleaned? #4322

Closed lirm-math closed 1 month ago

lirm-math commented 1 month ago

Please fill the following fields with a star (*) and provide as much related information as possible.

Pre-checks*

Please change the following [ ] to [x] for confirmation.

  • [ x] The feature request has not been suggested in this repository.

The Missed*

Is your feature request related to a problem? Please provide a clear and concise description of what the problem is.

  • Every time I compile a .tex file, I have a new pdflatex-<numerals>.fls file.

The Solution*

Please provide a solution you would like to have.

  • Stop these files from generating or just delete them?

Anything Else?

Add any other context about the feature request below.

James-Yu commented 1 month ago

You can tweak auto-cleaning configs to remove them.

jlelong commented 1 month ago

Note that cleaning the .fls file might alter your experience with LaTeX-Workshop. See the second paragraph of https://github.com/James-Yu/LaTeX-Workshop/wiki/Compile#the-dependencies for more details.