-
Type: Bug
-
Resolution: Works as Designed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Environment:A version of the extension: 1.1.0
MongoDB version: 6.0.8
Connection: Atlas server
-
Not Needed
Problem Statement/Rationale
A user can't save a document after editing.
From the GitHub issue: https://github.com/mongodb-js/vscode/issues/576
Steps to Reproduce
- List documents
- Click "Edit Document"
- Modify it and type a Ctrl+S.
Expected Results
The document is saved.
Actual Results
The "Unable to save document: command findAndModify is unsupported, correlationID = 1779bcd65584350ee5635308" error is shown.
Additional Notes
In Compass the same connection has no problem.