mardok
mardok

Reputation: 2415

Change font and font size of CodeLens in Visual Studio Code

I have enabled CodeLens for Visual Studio Code for TypeScript. The question is how I can change font and font size of it?

enter image description here

Upvotes: 5

Views: 4144

Answers (2)

Mark
Mark

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

Matt Bierner
Matt Bierner

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

Related Questions