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 shell binary needs to be in your `$PATH`. The shell binary can be either the `mongo` shell or the new [MongoDB Shell](https://www.mongodb.com/products/shell) (`mongosh`). In the extension's settings you can switch between the two._
44
+
_The shell binary needs to be in your `$PATH`. The shell binary can be either the new [MongoDB Shell](https://www.mongodb.com/products/shell) (`mongosh`) or the legacy `mongo` shell. In the extension's settings you can switch between the two._
45
45
46
46
### Terraform snippet for MongoDB Atlas
47
47
@@ -51,7 +51,7 @@ If you use Terraform to manage your infrastructure, MongoDB for VS Code helps yo
51
51
52
52
## Extension Settings
53
53
54
-
-`mdb.shell`: The MongoDB shell to use (`mongo` or the new `mongosh`).
54
+
-`mdb.shell`: The MongoDB shell to use (The new `mongosh` or the legacy `mongo`).
55
55
-`mdb.show`: Show or hide the MongoDB view.
56
56
-`mdb.defaultLimit`: The number of documents to fetch when viewing documents from a collection.
57
57
-`mdb.confirmRunAll`: Show a confirmation message before running commands in a playground.
0 commit comments