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
chore: adds tests for oidc in vscode - VSCODE-414 (#652)
* chore: added integration tests for oidc in vscode
* chore: removed mac specific changes
* chore: fix github ci
* chore: action fixup
* chore: minor cleanup
* chore: remove the timeout and instead wait for promise resolve
* chore: review fixup
* chore: changed expectations to use chai
* chore: remove reliance on timeouts entirely
Copy file name to clipboardExpand all lines: package.json
+7
Original file line number
Diff line number
Diff line change
@@ -1029,6 +1029,11 @@
1029
1029
"type": "boolean",
1030
1030
"default": false,
1031
1031
"description": "The default behavior is to generate a single ObjectId and insert it on all cursors. Set to true to generate a unique ObjectId per cursor instead."
1032
+
},
1033
+
"mdb.browserCommandForOIDCAuth": {
1034
+
"type": "string",
1035
+
"default": "",
1036
+
"description": "Specify a shell command that is run to start the browser for authenticating with the OIDC identity provider for the server connection. Leave this empty for default browser."
0 commit comments