Skip to content

Commit 9c033b4

Browse files
authored
Add showInputBox option to ignore focus out (#176)
1 parent 628c64b commit 9c033b4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/connectionController.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@ export default class ConnectionController {
179179
try {
180180
connectionString = await vscode.window.showInputBox({
181181
value: '',
182+
ignoreFocusOut: true,
182183
placeHolder:
183184
'e.g. mongodb+srv://username:[email protected]/admin',
184185
prompt: 'Enter your connection string (SRV or standard)',

0 commit comments

Comments
 (0)