mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
Show message to recompare when schema compare options change (#5690)
* add message to recompare if options changed * changes after rebasing * Add compare button to notification * remove async * change to yes and no button
This commit is contained in:
@@ -382,7 +382,7 @@ export class SchemaCompareResult {
|
||||
return script;
|
||||
}
|
||||
|
||||
private startCompare(): void {
|
||||
public startCompare(): void {
|
||||
this.flexModel.removeItem(this.splitView);
|
||||
this.flexModel.removeItem(this.noDifferencesLabel);
|
||||
this.flexModel.removeItem(this.startText);
|
||||
@@ -467,7 +467,7 @@ export class SchemaCompareResult {
|
||||
this.deploymentOptions = this.schemaCompareOptionDialog.deploymentOptions;
|
||||
}
|
||||
// create fresh every time
|
||||
this.schemaCompareOptionDialog = new SchemaCompareOptionsDialog(this.deploymentOptions);
|
||||
this.schemaCompareOptionDialog = new SchemaCompareOptionsDialog(this.deploymentOptions, this);
|
||||
await this.schemaCompareOptionDialog.openDialog();
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user