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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ MongoDB for VS Code makes it easy to work with MongoDB, whether your own instanc
19
19
MongoDB Playgrounds are the most convenient way to prototype and execute CRUD operations and other MongoDB commands directly inside VS Code.
20
20
21
21
- Prototype your queries, aggregations, and MongoDB commands with MongoDB syntax highlighting and intelligent autocomplete for MongoDB shell API, MongoDB operators, and for database, collection, and field names.
22
-
- Run your playgrounds and see the results instantly
22
+
- Run your playgrounds and see the results instantly. Click the play button in the tab bar to see the output.
23
23
- Save your playgrounds in your workspace and use them to document how your application interacts with MongoDB
24
24
- Build aggregations quickly with helpful and well-commented stage snippets
0 commit comments