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
{{ message }}
This repository was archived by the owner on Jan 7, 2026. It is now read-only.
Is your feature request related to a problem? Please describe.
I would like to know whether certain events:
The cases of interest to me are:
Describe the solution you'd like.
selectionchangeevents include an origin in the payload.contentsaveevents include atypein the payload, etc.Describe alternatives you've considered.
For 1. I can hack my way around with some sloppy global state 🙈 , but it seems nicer to have an "origin" attached to events IMO.
For 2. I would like to know whether another client triggered a file update (although admittedly, this might be a bit of an XY problem)
Additional context
No response