We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 628c64b commit 9c033b4Copy full SHA for 9c033b4
src/connectionController.ts
@@ -179,6 +179,7 @@ export default class ConnectionController {
179
try {
180
connectionString = await vscode.window.showInputBox({
181
value: '',
182
+ ignoreFocusOut: true,
183
placeHolder:
184
'e.g. mongodb+srv://username:password@cluster0.mongodb.net/admin',
185
prompt: 'Enter your connection string (SRV or standard)',
0 commit comments