More tree dnd renameing

This commit is contained in:
Alex Ross
2022-01-13 17:16:57 +01:00
parent b1cd1c210f
commit 047901a24a
2 changed files with 3 additions and 3 deletions

View File

@@ -250,7 +250,7 @@ class ExtHostTreeView<T> extends Disposable {
private static readonly ID_HANDLE_PREFIX = '1';
private readonly dataProvider: vscode.TreeDataProvider<T>;
private readonly dndController: vscode.DragAndDropController<T> | undefined;
private readonly dndController: vscode.TreeDragAndDropController<T> | undefined;
private roots: TreeNode[] | undefined = undefined;
private elements: Map<TreeItemHandle, T> = new Map<TreeItemHandle, T>();