Skip to content

Commit 2936c05

Browse files
authored
Tweaked readme: recent features/screenshot (#163)
* Tweaked readme: recent features/screenshot * Replaced download link with product page link
1 parent efa6e30 commit 2936c05

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ MongoDB for VS Code makes it easy to work with MongoDB, whether your own instanc
1010

1111
- Navigate your database, collections and read-only views
1212
- See the documents in your collections
13-
- Get a quick overview of your schema
13+
- Get a quick overview of your schema and your indexes
1414

1515
![Explore data with MongoDB for VS Code](resources/screenshots/explore-data.png)
1616

@@ -33,7 +33,7 @@ Launch the MongoDB Shell from the command palette to quickly connect to the same
3333

3434
![MongoDB Shell](resources/screenshots/shell-launcher.png)
3535

36-
_The shell binary needs to be in your `$PATH`. This functionality has some issues on Windows, we'll release an update with a fix soon._
36+
_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._
3737

3838
### Terraform snippet for MongoDB Atlas
3939

@@ -43,7 +43,7 @@ If you use Terraform to manage your infrastructure, MongoDB for VS Code helps yo
4343

4444
## Extension Settings
4545

46-
- `mdb.shell`: The MongoDB shell to use.
46+
- `mdb.shell`: The MongoDB shell to use (`mongo` or the new `mongosh`).
4747
- `mdb.show`: Show or hide the MongoDB view.
4848
- `mdb.defaultLimit`: The number of documents to fetch when viewing documents from a collection.
4949
- `mdb.confirmRunAll`: Show a confirmation message before running commands in a playground.
407 KB
Loading

0 commit comments

Comments
 (0)