mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
* remove resetting options to dialog options before comparing * bump azdata dependency version
This commit is contained in:
@@ -267,10 +267,6 @@ export class SchemaCompareResult {
|
||||
}
|
||||
|
||||
public async execute(): Promise<void> {
|
||||
if (this.schemaCompareOptionDialog && this.schemaCompareOptionDialog.deploymentOptions) {
|
||||
// take updates if any
|
||||
this.deploymentOptions = this.schemaCompareOptionDialog.deploymentOptions;
|
||||
}
|
||||
Telemetry.sendTelemetryEvent('SchemaComparisonStarted');
|
||||
const service = await SchemaCompareResult.getService(msSqlProvider);
|
||||
if (!this.operationId) {
|
||||
|
||||
Reference in New Issue
Block a user