mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-13 15:35:20 +01:00
thread id in commentNode ID
This commit is contained in:
@@ -23,7 +23,7 @@ export class CommentsDataSource implements IDataSource {
|
||||
return element.id;
|
||||
}
|
||||
if (element instanceof CommentNode) {
|
||||
return `${element.resource.toString()}-${element.comment.uniqueIdInThread}`;
|
||||
return `${element.resource.toString()}-${element.threadId}-${element.comment.uniqueIdInThread}`;
|
||||
}
|
||||
return '';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user