mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Schema Compare extension (#4974)
* extension now working * fix diff editor title disappearing and remove border from source and target name boxes * redoing a bunch of stuff that disappeared after rebasing * add images and add to extensions.ts * moving a few changes to the right place after rebase * formatting * update toolbar svgs * addressing comments * add return types * Adding PR comments * Adding light and dark theme icons * Fixing the diff editor title for dark theme
This commit is contained in:
@@ -195,6 +195,7 @@ import { IAdminService, AdminService } from 'sql/workbench/services/admin/common
|
||||
import { IJobManagementService } from 'sql/platform/jobManagement/common/interfaces';
|
||||
import { JobManagementService } from 'sql/platform/jobManagement/common/jobManagementService';
|
||||
import { IDacFxService, DacFxService } from 'sql/platform/dacfx/common/dacFxService';
|
||||
import { ISchemaCompareService, SchemaCompareService } from 'sql/platform/schemaCompare/common/schemaCompareService';
|
||||
import { IBackupService } from 'sql/platform/backup/common/backupService';
|
||||
import { BackupService } from 'sql/platform/backup/common/backupServiceImp';
|
||||
import { IBackupUiService } from 'sql/workbench/services/backup/common/backupUiService';
|
||||
@@ -269,6 +270,7 @@ registerSingleton(INotebookService, NotebookService);
|
||||
registerSingleton(IAccountPickerService, AccountPickerService);
|
||||
registerSingleton(IProfilerService, ProfilerService);
|
||||
registerSingleton(IDacFxService, DacFxService);
|
||||
registerSingleton(ISchemaCompareService, SchemaCompareService);
|
||||
// {{SQL CARBON EDIT}} - End
|
||||
|
||||
//#region --- workbench parts
|
||||
|
||||
Reference in New Issue
Block a user