You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
nimsuggest and friends are low-priority helpers - as such, it would be preferable to run them with lower scheduling priority so that it doesn't hog valuable CPU when compiling.
The text was updated successfully, but these errors were encountered:
Hmm, I'd say potentially prioritize nimsuggest more aggressively or keep it the same. Then if a build or other action is initiated, ease off in sending requests to nimsuggest so it calms down naturally based on how the user is acting.
nimsuggest keeps analyzing code even if you're doing other stuff that's more important (such as typing or building) - neither of these are things that you want slowed down (ie stuttering typing just because nimsuggest slowly is crawling through hundreds of modules is poor UX and slowing down builds is counterproductive since the build is more accurate and important generally than suggest) - you generally cannot detect if the computer is being used for something else, ie "build" might be launched from command-line outside of vscode - the OS can however, and act on it via prios.
nimsuggest
and friends are low-priority helpers - as such, it would be preferable to run them with lower scheduling priority so that it doesn't hog valuable CPU when compiling.The text was updated successfully, but these errors were encountered: