提交 73d2f81d 编写于 作者: R Rachel Macfarlane

Mark that pendingComment can be null, #81574

上级 3c70da4c
......@@ -100,7 +100,7 @@ export class ReviewZoneWidget extends ZoneWidget implements ICommentThreadWidget
editor: ICodeEditor,
private _owner: string,
private _commentThread: modes.CommentThread,
private _pendingComment: string,
private _pendingComment: string | null,
@IInstantiationService private instantiationService: IInstantiationService,
@IModeService private modeService: IModeService,
@IModelService private modelService: IModelService,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册