mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-26 01:25:38 -05:00
* wip * Update to latest vscodetestcover and add tests back in * Update to latest version of vscodetestcover * updates * another yarn.lock * update version * Revert import path change
10 lines
626 B
TypeScript
10 lines
626 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 path='../../../../src/vs/vscode.d.ts'/>
|
|
/// <reference types='@types/node'/>
|