Skip to content
New issue

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

Control font size of file blame annotations #3134

Closed
eamodio opened this issue Feb 4, 2024 · 4 comments
Closed

Control font size of file blame annotations #3134

eamodio opened this issue Feb 4, 2024 · 4 comments
Assignees
Labels
feature New feature or request verified ✔ Verified
Milestone

Comments

@eamodio
Copy link
Member

eamodio commented Feb 4, 2024

Hello, adding onto this... Is it possible to modify the font or font size? That could possibly help with width issues.

Originally posted by @xtina in #2668 (comment)

@eamodio eamodio self-assigned this Feb 4, 2024
@eamodio eamodio added the feature New feature or request label Feb 4, 2024
@eamodio eamodio added this to the 14.8 milestone Feb 4, 2024
@eamodio eamodio closed this as completed in dc1fa65 Feb 4, 2024
@eamodio eamodio added pending-release Resolved but not yet released to the stable edition needs-verification Request for verification labels Feb 4, 2024
@eamodio
Copy link
Member Author

eamodio commented Feb 4, 2024

Added 3 new blame settings:

vscode-gitlens/package.json

Lines 2212 to 2232 in dc1fa65

"gitlens.blame.fontFamily": {
"type": "string",
"default": "",
"markdownDescription": "Specifies the font family of the file blame annotations",
"scope": "window",
"order": 21
},
"gitlens.blame.fontSize": {
"type": "number",
"default": 0,
"markdownDescription": "Specifies the font size of the file blame annotations",
"scope": "window",
"order": 22
},
"gitlens.blame.fontWeight": {
"type": "string",
"default": "normal",
"markdownDescription": "Specifies the font weight of the file blame annotations",
"scope": "window",
"order": 22
},

@eamodio
Copy link
Member Author

eamodio commented Feb 4, 2024

Can you please verify this fix in tomorrow's (v2024.02.04xx) pre-release edition of GitLens? Thank you so much!

You can switch to the pre-release edition of GitLens, by clicking on the "Switch to Pre-Release version of this extension" from the Extensions view.

image

@xtina
Copy link

xtina commented Feb 5, 2024

Works well! Thank you!

@eamodio eamodio added verified ✔ Verified and removed needs-verification Request for verification labels Feb 6, 2024
@d13 d13 removed the pending-release Resolved but not yet released to the stable edition label Feb 9, 2024
Copy link

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 11, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature New feature or request verified ✔ Verified
Projects
None yet
Development

No branches or pull requests

3 participants