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:
@@ -7,7 +7,7 @@
|
|||||||
"preview": true,
|
"preview": true,
|
||||||
"engines": {
|
"engines": {
|
||||||
"vscode": "^1.25.0",
|
"vscode": "^1.25.0",
|
||||||
"azdata": ">=1.8.0"
|
"azdata": ">=1.9.0"
|
||||||
},
|
},
|
||||||
"license": "https://raw.githubusercontent.com/Microsoft/azuredatastudio/master/extensions/import/Microsoft_SQL_Server_Import_Extension_and_Tools_Import_Flat_File_Preview.docx",
|
"license": "https://raw.githubusercontent.com/Microsoft/azuredatastudio/master/extensions/import/Microsoft_SQL_Server_Import_Extension_and_Tools_Import_Flat_File_Preview.docx",
|
||||||
"icon": "images/sqlserver.png",
|
"icon": "images/sqlserver.png",
|
||||||
|
|||||||
@@ -267,10 +267,6 @@ export class SchemaCompareResult {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public async execute(): Promise<void> {
|
public async execute(): Promise<void> {
|
||||||
if (this.schemaCompareOptionDialog && this.schemaCompareOptionDialog.deploymentOptions) {
|
|
||||||
// take updates if any
|
|
||||||
this.deploymentOptions = this.schemaCompareOptionDialog.deploymentOptions;
|
|
||||||
}
|
|
||||||
Telemetry.sendTelemetryEvent('SchemaComparisonStarted');
|
Telemetry.sendTelemetryEvent('SchemaComparisonStarted');
|
||||||
const service = await SchemaCompareResult.getService(msSqlProvider);
|
const service = await SchemaCompareResult.getService(msSqlProvider);
|
||||||
if (!this.operationId) {
|
if (!this.operationId) {
|
||||||
|
|||||||
Reference in New Issue
Block a user