Merge pull request #74930 from microsoft/rebornix/commentreactions

Comment Reaction API
This commit is contained in:
Peng Lyu
2019-06-10 10:36:21 -07:00
committed by GitHub
8 changed files with 126 additions and 37 deletions

View File

@@ -284,6 +284,9 @@ export class MainThreadCommentController {
private readonly _threads: Map<number, MainThreadCommentThread> = new Map<number, MainThreadCommentThread>();
public activeCommentThread?: MainThreadCommentThread;
get features(): CommentProviderFeatures {
return this._features;
}
constructor(
private readonly _proxy: ExtHostCommentsShape,