Fix string comment body displayed as markdown

Fixes #140967
This commit is contained in:
Alex Ross
2022-01-21 14:13:47 +01:00
parent 23664355e6
commit 454dce4c53
6 changed files with 55 additions and 34 deletions

View File

@@ -162,7 +162,7 @@ export interface CommentProviderFeatures {
export interface CommentChanges {
readonly uniqueIdInThread: number;
readonly body: IMarkdownString;
readonly body: string | IMarkdownString;
readonly userName: string;
readonly userIconPath?: string;
readonly contextValue?: string;