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
The tooltip cache introduced in #363 has many advantages, but the cache invalidation is not perfect.
the cache can get outdated if a file from which something is imported changes; currently we do not have any way to invalidate this. We could schedule a refresh of a cached response to run in the background while we show the most recent response we have in the meantime.
the cache does not invalidate on undo triggered by ctrl + z. It could be because this might be managed by the lab and not by the CodeMIrror. It would need to listen to the model changes, but model is not exposed to the features at the moment!
The text was updated successfully, but these errors were encountered:
The tooltip cache introduced in #363 has many advantages, but the cache invalidation is not perfect.
The text was updated successfully, but these errors were encountered: