Turn Comment to Class.

This commit is contained in:
Peng Lyu
2019-04-28 12:22:42 -07:00
parent 3d814eb92d
commit accab2eaa7
3 changed files with 71 additions and 7 deletions

View File

@@ -770,6 +770,7 @@ export function createApiFactory(
Color: extHostTypes.Color,
ColorInformation: extHostTypes.ColorInformation,
ColorPresentation: extHostTypes.ColorPresentation,
Comment: extHostTypes.Comment,
CommentThreadCollapsibleState: extHostTypes.CommentThreadCollapsibleState,
CompletionItem: extHostTypes.CompletionItem,
CompletionItemKind: extHostTypes.CompletionItemKind,