We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 745ae50 commit 58f7e79Copy full SHA for 58f7e79
src/features/definitionMetadataDocumentProvider.ts
@@ -9,7 +9,7 @@ export class DefinitionMetadataDocumentProvider implements TextDocumentContentPr
9
10
constructor() {
11
this._documents = new Map<string, MetadataResponse>();
12
- this._documentClosedSubscription = workspace.onDidCloseTextDocument(this.onTextDocumentClosed);
+ this._documentClosedSubscription = workspace.onDidCloseTextDocument(this.onTextDocumentClosed, this);
13
}
14
15
private onTextDocumentClosed(document: TextDocument) : void {
0 commit comments