Fix Scmp dialog not presenting Folder Structure option for Projects as target (#20528)

This commit is contained in:
Sakshi Sharma
2022-09-01 10:33:26 -07:00
committed by GitHub
parent 5e8ebe2340
commit 4150113eff

View File

@@ -350,6 +350,7 @@ export class SchemaCompareDialog {
break;
case mssql.SchemaCompareEndpointType.Project:
targetComponents.push(this.targetProjectFilePathComponent);
targetComponents.push(this.targetProjectStructureComponent);
break;
}