mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 19:44:25 +01:00
thread id is still updatable
This commit is contained in:
@@ -451,6 +451,10 @@ export class ExtHostCommentThread implements vscode.CommentThread {
|
||||
readonly handle = ExtHostCommentThread._handlePool++;
|
||||
public commentHandle: number = 0;
|
||||
|
||||
set threadId(id: string) {
|
||||
this._id = id;
|
||||
}
|
||||
|
||||
get threadId(): string {
|
||||
return this._id!;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user