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.
2 parents 745ae50 + 58f7e79 commit 2ef359fCopy full SHA for 2ef359f
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