mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
Fix Scmp dialog not presenting Folder Structure option for Projects as target (#20528)
This commit is contained in:
@@ -350,6 +350,7 @@ export class SchemaCompareDialog {
|
|||||||
break;
|
break;
|
||||||
case mssql.SchemaCompareEndpointType.Project:
|
case mssql.SchemaCompareEndpointType.Project:
|
||||||
targetComponents.push(this.targetProjectFilePathComponent);
|
targetComponents.push(this.targetProjectFilePathComponent);
|
||||||
|
targetComponents.push(this.targetProjectStructureComponent);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user