Open
Description
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
Metadata
Metadata
Assignees
Labels
No labels