fabiospampinato / vscode-todo-plus

Manage todo lists with ease. Powerful, easy to use and customizable.
MIT License
908 stars 228 forks source link

Possible memory leak? #382

Open hyenatown opened 1 year ago

hyenatown commented 1 year ago

After installing the extension, I opened the panel for it, and it would search for TODOs. It couldn't find the one I had already open in my workspace, ending the file search with a 'none found'.

However the embedded search continued. The amount of memory it was using was climbing, and my machine was starting to become slow from swapping. I had to terminate the process.

(Using VSCodium 1.80.2)

Reproduction steps

  1. Make sure all Codium processes were terminated
  2. Start VSCodium, search for the extension and (re)install it.
  3. Click the panel icon to open Todo+
  4. Observe memory usage
fabiospampinato commented 1 year ago

Worth taking a closer look at 🤔 thanks for the report.