Archived
Integrate drag and drop api (#16500)
* 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>
This commit is contained in:
co-authored by
Alex Ross
parent
748bb53173
commit
30393a1f1b
@@ -10,6 +10,7 @@ export interface ExtensionGlobalMemento extends vscode.Memento {
|
||||
}
|
||||
|
||||
export class MockExtensionContext implements vscode.ExtensionContext {
|
||||
extensionRuntime = 1;
|
||||
logger: undefined;
|
||||
logPath: './';
|
||||
subscriptions: { dispose(): any; }[];
|
||||
|
||||
Reference in New Issue
Block a user