Closed wdhongtw closed 8 months ago
Yes, the extension will call the Joplin Webclipper's API to refresh the note tree in VSCode, but I didn't know there would be such an obvious waste of performance on Windows... Maybe, I guess you can temporarily solve this by excluding this directory from the Windows search index?
Thanks for your quick response!
you can temporarily solve this by excluding this directory from the Windows search index
This is a resonable solution, and it do works for me. (I add C:\Users\<username>\.config
folder)
I think I should close this issue now... If we need to do something, we can open this issue later. :D
Confirmation
The tool/kit where the error occurred
joplin-vscode-plugin
Describe the bug
Every time when I have this extension enabled in VS Code, the Search Indexer keep consuming CPU resources, even when I do not opening any note in VS Code.
Based on the output of process monitor, it seems that this extension will trigger Joplin to append log to log file, and trigger the action in Search Indexer indirectly.
I'm not sure this can be considered as a bug by this extension, but this phenomenon do bother me a little. :(
I'm wordering if there is anything we can do to reduce the CPU consumption of Search Indexer when using extension?
Environment:
Steps to reproduce the behavior
log file
The error log contains no content.
Additional context
No response