vscode icon indicating copy to clipboard operation
vscode copied to clipboard

Connect to MongoDB and Atlas and directly from your VS Code environment, navigate your databases and collections, inspect your schema and use playgrounds to prototype queries and aggregations.

Results 95 vscode issues
Sort by recently updated
recently updated
newest added

## Bug Report #### Current Behavior When the `local-install` command is executed, it fails. #### Environment - node: v16.11.0 - npm: v8.0.0 - vscode: 1.61.0 - OS: macOS Big Sur...

bug

## Feature Request I would like to query multiple db's in same request. ## Context Give the following playground: ```javascript const email = "[email protected]"; use('users'); const user = db.users.find({email: email});...

enhancement

## Bug Report #### Current Behavior Specifying the `use` command followed by a space, the database name, and a semicolon, does not properly select the database. For example: `use dbname;`...

enhancement

## Feature Request I want to configure the `retryWrites` ## Detailed Description Today I get the following error: `Retryable writes are not supported`. And the parameter `retryWrites=false` solves this problem

Currently when viewing documents in the tree view, they are represented only by the `_Id` property. However it would be much more human readable if it was a `name` and...

enhancement

## Feature Request Improvements Allow more configuration of the connections panel, especially for those times when running with a lot of connections in multiple environments. ## Detailed Description 1. Allow...

enhancement

First of all, thank you for building this great extension. To give you some background, the PowerShell extension has a keyboard binding "F8" enables user to run the selected text...

enhancement

Add ability to edit connection strings tracked by this extension ## Feature Request ## Detailed Description Adding the ability to edit an existing mongodb connection string could have a few...

enhancement

## Detailed Description Collapse All databases, collections, schemas, indexes in tree view. Something like `Collapse Folders in Explorer` ## Context It would make easy to navigate databases, collections, schemas, indexes...

enhancement

## Bug Report #### Current Behavior Fields with value `NaN` are displayed as `null` in Playground Result. #### Code/Gist #### Expected Behavior/Code Fields with value `NaN` should be displayed as...

bug