mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-19 16:18:58 +01:00
Add DataTransferItem.kind (#151384)
Fixes #150963 The new `.kind` property makes it easier to tell the type of a data transfer item
This commit is contained in:
@@ -1330,6 +1330,7 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
|
||||
TextSearchCompleteMessageType: TextSearchCompleteMessageType,
|
||||
DataTransfer: extHostTypes.DataTransfer,
|
||||
DataTransferItem: extHostTypes.DataTransferItem,
|
||||
DataTransferItemKind: extHostTypes.DataTransferItemKind,
|
||||
CoveredCount: extHostTypes.CoveredCount,
|
||||
FileCoverage: extHostTypes.FileCoverage,
|
||||
StatementCoverage: extHostTypes.StatementCoverage,
|
||||
|
||||
Reference in New Issue
Block a user