Comments API Finalization (#73010)

* Comments API Finalization
This commit is contained in:
Peng Lyu
2019-04-30 14:59:59 -07:00
committed by GitHub
parent 21dc41b583
commit 072e9a35ee
10 changed files with 450 additions and 348 deletions

View File

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