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
That means that if there are issues with the network connection on starting ST, this call will freeze ST for good amount of seconds.
This check should be done on a separate thread.
Potentially the isCliLatest check could also be done from a separate thread as it's doing file IO but I don't see this causing issue unless there is something wrong with the hard drive or something.
The text was updated successfully, but these errors were encountered:
This package makes a network request on the main thread:
sublime-wakatime/WakaTime.py
Line 754 in 28063e3
That means that if there are issues with the network connection on starting ST, this call will freeze ST for good amount of seconds.
This check should be done on a separate thread.
Potentially the
isCliLatest
check could also be done from a separate thread as it's doing file IO but I don't see this causing issue unless there is something wrong with the hard drive or something.The text was updated successfully, but these errors were encountered: