Reputation: 2415
I have enabled CodeLens for Visual Studio Code for TypeScript. The question is how I can change font and font size of it?
Upvotes: 5
Views: 4144
Reputation: 180531
The commit has finally landed, see https://github.com/microsoft/vscode/issues/16038#issuecomment-724274684
The settings will be
editor.codeLensFontSize
editor.codeLensFontFamily
In v1.52. Or just search for codelens
in the Settings UI.
Upvotes: 6
Reputation: 65155
This is not possible as of VSCode 1.14
We are tracking a feature request for this here: https://github.com/Microsoft/vscode/issues/16038
Upvotes: 2