mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 02:28:34 +01:00
Various continue on comments fixes (#195260)
* Various continue on comments fixes Part of #194288 * Fix continue-on reply being restored before root comment Fix duplicate continue-on comments * Include monaco.d.ts changes
This commit is contained in:
@@ -158,7 +158,7 @@ export function createExtHostComments(mainContext: IMainContext, commands: ExtHo
|
||||
return commentController.value;
|
||||
}
|
||||
|
||||
$createCommentThreadTemplate(commentControllerHandle: number, uriComponents: UriComponents, range: IRange | undefined): void {
|
||||
async $createCommentThreadTemplate(commentControllerHandle: number, uriComponents: UriComponents, range: IRange | undefined): Promise<void> {
|
||||
const commentController = this._commentControllers.get(commentControllerHandle);
|
||||
|
||||
if (!commentController) {
|
||||
|
||||
Reference in New Issue
Block a user