mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 02:28:34 +01:00
commentProvider can control collapse state of a thread
This commit is contained in:
@@ -686,7 +686,9 @@ export function createApiFactory(
|
||||
FileType: extHostTypes.FileType,
|
||||
FoldingRangeList: extHostTypes.FoldingRangeList,
|
||||
FoldingRange: extHostTypes.FoldingRange,
|
||||
FoldingRangeType: extHostTypes.FoldingRangeType
|
||||
FoldingRangeType: extHostTypes.FoldingRangeType,
|
||||
|
||||
CommentThreadCollapsibleState: extHostTypes.CommentThreadCollapsibleState
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user