mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-02 14:31:31 +01:00
unregister comment provider when dispose, otherwise we see duplicates.
This commit is contained in:
@@ -60,7 +60,7 @@ export class MainThreadComments extends Disposable implements MainThreadComments
|
||||
}
|
||||
|
||||
$unregisterCommentProvider(handle: number): void {
|
||||
throw new Error('Method not implemented.');
|
||||
this._providers.delete(handle);
|
||||
}
|
||||
|
||||
dispose(): void {
|
||||
|
||||
Reference in New Issue
Block a user