tiny todo-api for tree dnd, fyi @alexr00

This commit is contained in:
Johannes Rieken 2022-02-08 09:28:41 +01:00
parent da29a245ff
commit 5cc0795838
No known key found for this signature in database
GPG key ID: 96634B5AF12F8798

View file

@ -116,6 +116,7 @@ declare module 'vscode' {
* @param target The target tree element that the drop is occurring on.
* @param token TODO @alexr00: When would this operation actually be cancelled?
*/
// TODO@API align order of TreeDataTransfer and T with handleDrag
handleDrop(source: TreeDataTransfer, target: T, token: CancellationToken): Thenable<void> | void;
}
}