mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 18:19:12 +01:00
Comment thread node so extension can use get/set body (#168605)
This commit is contained in:
@@ -136,7 +136,7 @@ export function createExtHostComments(mainContext: IMainContext, commands: ExtHo
|
||||
if (typeof comment.body === 'string') {
|
||||
comment.body = body;
|
||||
} else {
|
||||
comment.body.value = body;
|
||||
comment.body = new types.MarkdownString(body);
|
||||
}
|
||||
return comment;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user