mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-30 09:35:39 -05:00
* refactor mssql extension to directly expose dacfx and schema compare * remove more code * fix compile errors
9 lines
571 B
TypeScript
9 lines
571 B
TypeScript
/*---------------------------------------------------------------------------------------------
|
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
* Licensed under the Source EULA. See License.txt in the project root for license information.
|
|
*--------------------------------------------------------------------------------------------*/
|
|
/// <reference path='../../../../src/sql/azdata.d.ts'/>
|
|
/// <reference path='../../../../src/sql/azdata.proposed.d.ts'/>
|
|
/// <reference path='../../../../src/sql/azdata.test.d.ts'/>
|
|
/// <reference types='@types/node'/>
|