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
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,6 +67,7 @@ If you use Terraform to manage your infrastructure, MongoDB for VS Code helps yo
67
67
-`mdb.show`: Show or hide the MongoDB view.
68
68
-`mdb.defaultLimit`: The number of documents to fetch when viewing documents from a collection.
69
69
-`mdb.confirmRunAll`: Show a confirmation message before running commands in a playground.
70
+
-`mdb.confirmDeleteDocument`: Show a confirmation message before deleting a document in the tree view.
70
71
-`mdb.excludeFromPlaygroundsSearch`: Exclude files and folders while searching for playground in the the current workspace.
71
72
-`mdb.connectionSaving.hideOptionToChooseWhereToSaveNewConnections`: When a connection is added, a prompt is shown that let's the user decide where the new connection should be saved. When this setting is checked, the prompt is not shown and the default connection saving location setting is used.
72
73
-`mdb.connectionSaving.defaultConnectionSavingLocation`: When the setting that hides the option to choose where to save new connections is checked, this setting sets if and where new connections are saved.
`Expected an error message "${expectedMessage}" to be shown when attempting to add a database to a not connected connection found "${fakeShowInformationMessage.firstArg}"`
1183
+
assert.strictEqual(
1184
+
fakeShowInformationMessage.firstCall.firstArg,
1185
+
expectedMessage
1186
1186
);
1187
1187
});
1188
1188
@@ -1198,7 +1198,8 @@ suite('MDBExtensionController Test Suite', function () {
0 commit comments