mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -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;
|
||||
case mssql.SchemaCompareEndpointType.Project:
|
||||
targetComponents.push(this.targetProjectFilePathComponent);
|
||||
targetComponents.push(this.targetProjectStructureComponent);
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user