mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-14 17:22:20 -05:00
Update SC dialog to save/read file structure to/from schema compare file (#22727)
* Read/Send ExtractTarget information from/to STS * Remove comment * Cleanup comment and update azdata dependency
This commit is contained in:
@@ -1821,7 +1821,7 @@ export class ProjectsController {
|
||||
}
|
||||
|
||||
// Publish the changes (retrieved from the cache by operationId)
|
||||
const publishResult = await this.schemaComparePublishProjectChanges(operationId, target.projectFilePath, target.folderStructure);
|
||||
const publishResult = await this.schemaComparePublishProjectChanges(operationId, target.projectFilePath, target.extractTarget);
|
||||
|
||||
if (publishResult.success) {
|
||||
void vscode.window.showInformationMessage(constants.applySuccess);
|
||||
|
||||
Reference in New Issue
Block a user