reactions handler

This commit is contained in:
Peng Lyu
2019-06-05 21:08:41 -07:00
parent a03caec78b
commit cae0668a0e
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,