mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-15 01:25:36 -05:00
Have create proj from database show default save location as option (#16909)
* Default create proj location to setting * update icons * undo
This commit is contained in:
@@ -143,7 +143,7 @@ async function addDacpacReference(): Promise<IDacpacReferenceSettings | undefine
|
||||
// 3. Prompt for dacpac location
|
||||
// Show quick pick with just browse option to give user context about what the file dialog is for (since that doesn't always have a title)
|
||||
const browseSelected = await vscode.window.showQuickPick(
|
||||
[constants.browseEllipsis],
|
||||
[constants.browseEllipsisWithIcon],
|
||||
{ title: constants.selectDacpac, ignoreFocusOut: true });
|
||||
if (!browseSelected) {
|
||||
return undefined;
|
||||
|
||||
Reference in New Issue
Block a user