Tensorboard file watcher causes high CPU load #8301
Labels
bug
Issue identified by VS Code Team member as probable bug
important
Issue identified as high-priority
perf
Performance issues
tensorboard
Tensorboard functionality from Tensorboard extension
verified
Verification succeeded
Milestone
I noticed that the python extension (and jupyter) use findFiles to start a search when the extension is activated. Extensions running searches is one of the top things that leads to people saying that vscode is "slow" or "bloated" so we really want to avoid this.
https://github.com/microsoft/vscode-python/blob/344e98262ae39d064ff8c921ad499d524f433be1/src/client/tensorBoard/tensorBoardFileWatcher.ts#L59
Not sure what this is used for, but do you absolutely have to have that info? If so, maybe you could limit the search to run for 5s.
#8293
The text was updated successfully, but these errors were encountered: