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
If I edit (Edit Document) and save (Cmd + S) a document from the playground result, it does not trigger any change stream event at all: nor update or replace event. How does the editor update the documents? Is there any special option on this to ignore change stream events?
However if I use a mongosh command on the same document from the playground (eg .updateOne(...)) it works as expected: an update event is generated.
Additional context
VSCode: 1.91.1
Platform: MacOS Darwin arm64 23.5.0
MongoDB for VS Code: 1.7.0
The text was updated successfully, but these errors were encountered:
If I edit (
Edit Document
) and save (Cmd + S
) a document from the playground result, it does not trigger any change stream event at all: norupdate
orreplace
event. How does the editor update the documents? Is there any special option on this to ignore change stream events?However if I use a mongosh command on the same document from the playground (eg
.updateOne(...)
) it works as expected: anupdate
event is generated.Additional context
VSCode: 1.91.1
Platform: MacOS Darwin arm64 23.5.0
MongoDB for VS Code: 1.7.0
The text was updated successfully, but these errors were encountered: