mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 02:28:34 +01:00
Allow extensions to specify custom tree view resoure type
The FileKind was previously guessed from the collapsability of the item, extensions now have the capability to set it manually. Fixes #43216
This commit is contained in:
@@ -620,6 +620,7 @@ export function createApiFactory(
|
||||
WorkspaceEdit: extHostTypes.WorkspaceEdit,
|
||||
ProgressLocation: extHostTypes.ProgressLocation,
|
||||
TreeItemCollapsibleState: extHostTypes.TreeItemCollapsibleState,
|
||||
ThemeIconCategory: extHostTypes.ThemeIconCategory,
|
||||
TreeItem: extHostTypes.TreeItem,
|
||||
ThemeColor: extHostTypes.ThemeColor,
|
||||
// functions
|
||||
|
||||
Reference in New Issue
Block a user