mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-02 14:31:31 +01:00
Merge branch 'master' into aeschli/recentWithLabel
This commit is contained in:
@@ -332,6 +332,11 @@ export class MainThreadCommentController {
|
||||
};
|
||||
}
|
||||
|
||||
async getCommentingRanges(resource: URI, token): Promise<IRange[]> {
|
||||
let commentingRanges = await this._proxy.$provideCommentingRanges(this.handle, resource, token);
|
||||
return commentingRanges || [];
|
||||
}
|
||||
|
||||
getAllComments(): MainThreadCommentThread[] {
|
||||
let ret = [];
|
||||
for (let thread of keys(this._threads)) {
|
||||
|
||||
Reference in New Issue
Block a user