mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-14 01:25:37 -05:00
sqlproj - keep new object input box open when user navigates UI
This commit is contained in:
committed by
GitHub
parent
0209b55ea2
commit
9beb7804e6
@@ -721,6 +721,7 @@ export class ProjectsController {
|
||||
const itemObjectName = await vscode.window.showInputBox({
|
||||
prompt: constants.newObjectNamePrompt(itemType.friendlyName),
|
||||
value: `${suggestedName}${counter}`,
|
||||
ignoreFocusOut: true,
|
||||
});
|
||||
|
||||
return itemObjectName;
|
||||
|
||||
Reference in New Issue
Block a user