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

## Description Previously, when one had 2 connections, switching created 2 notifications. ![](https://user-images.githubusercontent.com/22801583/170814722-03d58acb-a721-4520-9f65-ebff579ead2e.png) This isn't a major problem, but is a little annoying. This instead adds a `quiet` argument to...

Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...

dependencies

## Bug Report ## Current Behavior The opening of a shell does not give the right commands to terminals, namely to `cmd` and `pwsh`, thus either failing or connecting to...

bug

## Feature Request It would be really useful to use the load command within the playground. ## Detailed Description It is something that is not supported since there is a...

enhancement

Bumps [shell-quote](https://github.com/substack/node-shell-quote) from 1.7.2 to 1.7.3. Changelog Sourced from shell-quote's changelog. 1.7.3 Fix a security issue where the regex for windows drive letters allowed some shell meta-characters to escape the...

dependencies

## Bug Report #### Current Behavior 1. Installed the extension in VS Code. 2. Installed mongosh locally 3. Installed mongodb community to have a local DB to test against 4....

## Feature Request ## Detailed Description Think a visual cue could be added on connections with SSH tunnel configured? 🤔 ## Context I'm thinking this may just be a UX...

enhancement

Bumps [moment](https://github.com/moment/moment) from 2.29.1 to 2.29.4. Changelog Sourced from moment's changelog. 2.29.4 Release Jul 6, 2022 #6015 [bugfix] Fix ReDoS in preprocessRFC2822 regex 2.29.3 Full changelog Release Apr 17, 2022...

dependencies

Bumps [jsdom](https://github.com/jsdom/jsdom) from 16.4.0 to 16.7.0. Release notes Sourced from jsdom's releases. Version 16.7.0 Added AbortSignal.abort(). (ninevra) Added dummy x and y properties to the return value of getBoundingClientRect(). (eiko)...

dependencies

## Bug Report #### Current Behavior On Windows 10, VS Code dev container (Node.js + Mongo) started and the Command Palette shows MongoDB commands are available, but the green leaf...