mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-02 06:21:50 +01:00
Fix build
This commit is contained in:
@@ -65,7 +65,8 @@ export class MainThreadComments extends Disposable implements MainThreadComments
|
||||
},
|
||||
provideNewCommentRange: async (model, token) => {
|
||||
return await this.provideNewCommentRange(model);
|
||||
}
|
||||
},
|
||||
onDidChangeCommentThreads: null
|
||||
});
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user