dawsbot / RelativePath

VSCode Relative path plugin
https://marketplace.visualstudio.com/items?itemName=jakob101.RelativePath
MIT License
69 stars 22 forks source link

Extension causes high cpu load #49

Closed akavato closed 7 months ago

akavato commented 3 years ago

Find more details here: https://github.com/microsoft/vscode/wiki/Explain-extension-causes-high-cpu-load

dawsbot commented 2 years ago

I just loaded up this profile and it appears the primary issue is the glob that happens on the files in this project.

Were you loading this in a project which had an especially high file count or nested directories @akavato ?

image
dawsbot commented 7 months ago

We are aware of the high CPU load when this extension is launched with too many files but the default file limit length should allow this extension to work properly on a majority of codebases.

If this is a problem still please re-open @akavato 🙏