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

{/** * path: Path to the array field. * includeArrayIndex: Optional name for index. * preserveNullAndEmptyArrays: Optional * toggle to unwind null and empty values. */ $unwind: { path: path,...

enhancement

- Issue Type: `Performance` - Extension Name: `mongodb-vscode` - Extension Version: `0.9.3` - OS Version: `Darwin x64 21.4.0` - VS Code version: `1.67.2` :warning: Make sure to **attach** this file...

Hi all, OS: Windows 10 21H2 (OS Build 19044.1620) VSCode: 1.65.2 MongoDB Extension: 0.9.2 Docker Desktop: 4.6.1 (76265) I just had some issue connecting to a MongoDB server running inside...

bug

## Feature Request Having a "Copy Document" option in a documents' context menu ## Detailed Description To get a more fluent way of working with a mongo instance, it would...

enhancement

Hi all, OS: MacOS Monterey (12.3.1) VSCode: 1.66.2 MongoDB Extension: 0.9.2 I just had some issue connecting to a MongoDB server running inside Visual Code I kept getting the following...

bug

## Feature Request Having a "Drop Document" option in a documents' context menu ## Detailed Description To get a more fluent way of working with a mongo instance, it would...

enhancement

## Description Adds 2 new context menu actions. * `mdb.copyDocumentIdFromTree` - To copy the ID of a document to the clipboard. * `mdb.copyDocumentFromTree` - To copy the value of a...

## Feature Request Title ## Detailed Description ![image](https://user-images.githubusercontent.com/21298211/147186243-1b30bedf-880f-4902-83e7-f98d82351b66.png) Just another extension that makes me click the x on its constant notifications... ## Context Improves productivity ## Possible Implementation

enhancement

Currently this implementation is unpolished, but it works fine in my local install. ## Description Parsed out calls to `getCollection` so that they will also be given completion. Also, detect...

Issue Type: Bug Hi, I have a [Shared Atlas MongoDB sandbox](https://www.mongodb.com/pricing) that I can successfully connect MongoDB for VS Code extension through user and password (SCRAM). However, I cannot connect...