You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In TypeScript, the reference counts shown in codelenses are incorrect
open async.ts and go to first
observe the code lens shows 7 references
in reality, there are only 4 references, 3 of those locations are imports which are an artefact of the real references, they should not be counted as references.
this dillutes a lot the value of having a number in the code lens and makes it difficult to understand
The text was updated successfully, but these errors were encountered:
In TypeScript, the reference counts shown in codelenses are incorrect
async.ts
and go tofirst
The text was updated successfully, but these errors were encountered: