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
We currently ignore an ActiveLocationChanged event if it's identical to the previous one we received.
This will not work for the IntelliJ integration - because intelliJ doesn't have version identifiers, we could get an identical event that still indicates the file has changed.
If we need to limit the number of requests we send, we should add debouncing instead.
The text was updated successfully, but these errors were encountered:
We currently ignore an
ActiveLocationChanged
event if it's identical to the previous one we received.This will not work for the IntelliJ integration - because intelliJ doesn't have version identifiers, we could get an identical event that still indicates the file has changed.
If we need to limit the number of requests we send, we should add debouncing instead.
The text was updated successfully, but these errors were encountered: