Rename username to author name. (#73137)

* Rename user to author for Comment.

* Make Comment interface

* Fix #73170. Introduce CommentAuthorInformation

* Fix #73145. Update range properly.
This commit is contained in:
Peng Lyu
2019-05-03 18:29:48 -07:00
committed by GitHub
parent a5455afcef
commit da3c97f366
5 changed files with 53 additions and 91 deletions

View File

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