mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 03:54:24 +01:00
Unregister data providers from comment service
This commit is contained in:
@@ -93,6 +93,7 @@ export class MainThreadComments extends Disposable implements MainThreadComments
|
||||
|
||||
$unregisterDocumentCommentProvider(handle: number): void {
|
||||
this._documentProviders.delete(handle);
|
||||
this._commentService.unregisterDataProvider(handle);
|
||||
}
|
||||
|
||||
$unregisterWorkspaceCommentProvider(handle: number): void {
|
||||
|
||||
Reference in New Issue
Block a user