mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-15 11:03:06 -04:00
* Initial implementation of drag and drop api (#122239) * Add drag and drop controller (#123542) * Tree data transfer dnd (#128666) * add drop method to sql files Co-authored-by: Alex Ross <alros@microsoft.com>
12 lines
694 B
TypeScript
12 lines
694 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/vs/vscode.d.ts'/>
|
|
/// <reference path='../../../../src/vs/vscode.proposed.d.ts' />
|
|
/// <reference path='../../../big-data-cluster/src/bdc.d.ts'/>
|
|
/// <reference types='@types/node'/>
|