Skip to content

Commit

Permalink
[typescript-language-features] fix diagnostics telemetry property name (
Browse files Browse the repository at this point in the history
#225079)

fix diagnostics telemetry property name
  • Loading branch information
gabritto authored Aug 8, 2024
1 parent c7cf0f1 commit 6cbbd10
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1068,7 +1068,7 @@ export default class TypeScriptServiceClient extends Disposable implements IType
const resource = this.toResource(fileData.file);
return {
...fileData,
lineCount: this.bufferSyncSupport.lineCount(resource),
fileLineCount: this.bufferSyncSupport.lineCount(resource),
};
})
);
Expand Down

0 comments on commit 6cbbd10

Please sign in to comment.