mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Port bf9646ba98 (#12738)
This commit is contained in:
@@ -75,7 +75,7 @@ export class SchemaCompareMainWindow {
|
||||
this.SchemaCompareActionMap[mssql.SchemaUpdateAction.Change] = loc.changeAction;
|
||||
this.SchemaCompareActionMap[mssql.SchemaUpdateAction.Add] = loc.addAction;
|
||||
|
||||
this.editor = azdata.workspace.createModelViewEditor(loc.SchemaCompareLabel, { retainContextWhenHidden: true, supportsSave: true, resourceName: schemaCompareResourceName });
|
||||
this.editor = azdata.workspace.createModelViewEditor(loc.SchemaCompareLabel, { retainContextWhenHidden: true, supportsSave: true, resourceName: schemaCompareResourceName }, 'SchemaCompareEditor');
|
||||
}
|
||||
|
||||
// schema compare can get started with three contexts for the source:
|
||||
|
||||
Reference in New Issue
Block a user