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
@@ -82,6 +82,7 @@ If you use Terraform to manage your infrastructure, MongoDB for VS Code helps yo
82
82
|`mdb.confirmDeleteDocument`| Show a confirmation message before deleting a document in the tree view. |`true`|
83
83
|`mdb.persistOIDCTokens`| Remain logged in when using the MONGODB-OIDC authentication mechanism for MongoDB server connection. Access tokens are encrypted using the system keychain before being stored. |`true`|
84
84
|`mdb.showOIDCDeviceAuthFlow`| Opt-in and opt-out for diagnostic and telemetry collection. |`true`|
85
+
|`mdb.browserCommandForOIDCAuth`| Command to be used as browser for facilitating OIDC auth redirects |`""`|
85
86
|`mdb.excludeFromPlaygroundsSearch`| Exclude files and folders while searching for playground files in the current workspace. | Refer to [`package.json`](https://github.com/mongodb-js/vscode/blob/7b10092db4c8c10c4aa9c45b443c8ed3d5f37d5c/package.json)|
86
87
|`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. |`Global`|
87
88
|`mdb.useDefaultTemplateForPlayground`| Choose whether to use the default template for playground files or to start with an empty playground editor. |`true`|
0 commit comments