mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-02 06:21:50 +01:00
render pending comment
This commit is contained in:
@@ -52,6 +52,16 @@ export class MainThreadDocumentCommentProvider implements modes.DocumentCommentP
|
||||
return this._proxy.$deleteComment(this._handle, uri, comment);
|
||||
}
|
||||
|
||||
async startDraft(token): Promise<void> {
|
||||
return this._proxy.$startDraft(this._handle);
|
||||
}
|
||||
async deleteDraft(token): Promise<void> {
|
||||
return this._proxy.$deleteDraft(this._handle);
|
||||
}
|
||||
async finishDraft(token): Promise<void> {
|
||||
return this._proxy.$finishDraft(this._handle);
|
||||
}
|
||||
|
||||
onDidChangeCommentThreads = null;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user