odoo / odoo-ls

Odoo Language Server
Other
49 stars 9 forks source link

Pygls log files clogging up disk space in VSCode extensions folder #129

Open jorv-odoo opened 2 weeks ago

jorv-odoo commented 2 weeks ago

Your setup Version: v0.2.4 Operating System: Linux Mint 21.2 IDE and/or Integration tool (for example: Vscode - official extension): Vscode - official extension

Describe the bug Not sure if this is a configuration issue, but the extension creates gigantic log files in .vscode/extensions/odoo.odoo-0.2.4/. They are named pygls-DATETIME-NUMBERSTRING.log and at the moment of typing using up 55 GB on my machine.

I am now used to deleting them, but might be a good idea to limit the total size of those files or delete after some time

Cheers!

fda-odoo commented 2 weeks ago

Hello,

Thank you for the feedback. The actual version of the tool on the marketplace is the python version of this extension, and we are not working on it anymore. Everything has been rewritten in Rust now, and this issue has been handled in the refactoring. I'll close the issue as soon as the new Rust version will be published on the vscode marketplace :)

jorv-odoo commented 2 weeks ago

No worries. Cool to hear that you guys went for a Rust rewrite, sounds like a cool pivot and project. Curious see the end result!