mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-16 09:35:36 -05:00
Add project dropdown to Update project from database dialog (#21446)
* Add dropdown populated with projects in current workspace in Update Project from database dialog for target project location * Select first from the list if no project is preselected * Address comments
This commit is contained in:
@@ -127,3 +127,9 @@ export const mockConnectionProfile: azdata.IConnectionProfile = {
|
||||
connectionName: 'My Connection Name'
|
||||
}
|
||||
};
|
||||
|
||||
export const mockURIList: vscode.Uri[] = [
|
||||
vscode.Uri.file('/test/folder/abc.sqlproj'),
|
||||
vscode.Uri.file('/test/folder/folder1/abc1.sqlproj'),
|
||||
vscode.Uri.file('/test/folder/folder2/abc2.sqlproj')
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user