alefragnani / vscode-bookmarks

Bookmarks Extension for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=alefragnani.Bookmarks
GNU General Public License v3.0
1.68k stars 163 forks source link

[BUG] - System degrades when defining Bookmarks #491

Closed vklann closed 2 years ago

vklann commented 2 years ago

Environment/version Windows 10 and 11

Issues: Bookmarks cannot be defined and jumed to reliably. Bookmark icons do not appear or appear with delay of several seconds. The system consumes all available computation power.

Workround: Install Bookmark version 12.1.4

alefragnani commented 2 years ago

Hi @vklann ,

I have projects with similar sizes (~40k files and ~12k folders) and didn't notice performance issues, neither with v12 nor after upgrading to v13. No memory/CPU bumps that could be noticed as well.

The bookmark icons not appearing has been reported in #450, but I didn't have success reproducing the error. I'm not sure this is a rendering issue (I remember seeing people complaining about icons in Terminal).

Unfortunately VS Code does not provide any profiling about running extensions, so the only way to find out performance issues would be adding logs.

Hope this helps

alefragnani commented 2 years ago

Even without a profiling/log, pleas provide details about memory/CPU usage (Task Manager prints/log), because maybe something could be shown by VS Code itself.

vklann commented 2 years ago

Hello @alefragnani, I also cannot reproduce the issue (under the conditions described in my initial post). This is strange. I suggest you close this issue.