Releases: mongodb-js/vscode
Releases · mongodb-js/vscode
v0.1.1
Added
- Added a search for documents playground shortcut in the tree explorer view
- Added a copy field name right click action in a collection's schema in the tree explorer view
- Added a document count for a collection in the tree view (with hover tooltip for the full count)
- Added the ability to change the current connection when in an open playground file by using the codelens on the first line of the playground
Changed
- Allow connecting to a new connection while already connecting to another connection
- Allow removing a new connection while it is connecting
v0.1.0
v0.0.4
Added
- Added
Launch MongoDB Shell
right click action for the active connection in the tree view
Fixed
- Fixed an issue with connecting to ssl with the launch shell command
- Fixed an issue with the launch shell command on windows
- Fixed playgrounds not being able to run in WSL environments
- Updated our connection model dependency to pull in a fix for connection strings with
readPreferenceTags
Changed
- Connections in the tree view are now alphabetically sorted
v0.0.3
Added
- Added
require
support in playgrounds
Fixed
- Fixed an issue with file pathing on SSL and SSH connections on windows
- Fixed an issue with connecting to mongodb through the shell while using SSH
- Fixed a connectivity issue with playgrounds and SSH connections
- Fixed an issue with having a babel config in a workspace root
v0.0.2
This is the marketplace preview release of MongoDB for VS Code.
- MongoDB data explorer
- MongoDB Playgrounds
- Quick access to the MongoDB Shell
Take a look at README.md for an overview of the features.
This release can be found on the VS Code marketplace: https://marketplace.visualstudio.com/items?itemName=mongodb.mongodb-vscode
v0.0.1-internal-preview.1
This is the first internal preview of MongoDB for VS Code.
- MongoDB data explorer
- MongoDB Playgrounds
- Quick access to the MongoDB Shell
Take a look at README.md for an overview of the features.