We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Steps to Reproduce:
"editor.codeLens": true, "typescript.referencesCodeLens.enabled": true,
Open a file that will have many code lenses, such as this d.ts file tsserverlibrary.txt
d.ts
Try resizing the editor
Bug
I don't see any additional calls being made to TS to compute the code lenses.
The text was updated successfully, but these errors were encountered:
Nice find!
Sorry, something went wrong.
Cache content widgets dimensions (#34716)
ad4b098
Tweaks to content widgets renderings (#34716)
825e63f
TabsTitleControl.layout()
I've optimized as much as feasible in the case of painting these 3000+ code lenses (content widgets).
Most of the time now is taken by the find widget (#34744) and the workbench editor title area (#34745)
alexdima
No branches or pull requests
Steps to Reproduce:
Open a file that will have many code lenses, such as this
d.ts
filetsserverlibrary.txt
Try resizing the editor
Bug
I don't see any additional calls being made to TS to compute the code lenses.
The text was updated successfully, but these errors were encountered: