mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 03:29:00 +01:00
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user