From bcb50dda0eabf2e4fcd2aa76eead6d8b47b87e49 Mon Sep 17 00:00:00 2001 From: rebornix Date: Wed, 29 Apr 2020 17:37:25 -0700 Subject: [PATCH] Fix #96516 --- .../workbench/contrib/comments/browser/commentThreadWidget.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vs/workbench/contrib/comments/browser/commentThreadWidget.ts b/src/vs/workbench/contrib/comments/browser/commentThreadWidget.ts index b9d59c74c8e..b99e99ff0ce 100644 --- a/src/vs/workbench/contrib/comments/browser/commentThreadWidget.ts +++ b/src/vs/workbench/contrib/comments/browser/commentThreadWidget.ts @@ -771,7 +771,7 @@ export class ReviewZoneWidget extends ZoneWidget implements ICommentThreadWidget const placeholder = valueLength > 0 ? '' : hasExistingComments - ? (this._commentOptions?.prompt || nls.localize('reply', "Reply...")) + ? (this._commentOptions?.placeHolder || nls.localize('reply', "Reply...")) : (this._commentOptions?.placeHolder || nls.localize('newComment', "Type a new comment")); const decorations = [{ range: {