-
Notifications
You must be signed in to change notification settings - Fork 29.2k
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
[Feature Request] Split Terminal Font for Windows and OSX #48886
Comments
(Experimental duplicate detection) |
I expect this problem to be solved eventually with #8962 |
Opps, wrong issue: #17619 |
@Tyriar I think we need support os-specific settings in |
@specter119 Most of the latter comments are discussing it for settings.json. |
{
"windows": {
"terminal.integrated.fontFamily": "Monokai",
"terminal.integrated.fontSize": 16,
},
"osx": {
"terminal.integrated.fontFamily": "Meslo LG S for Powerline",
"terminal.integrated.fontSize": 12
},
"linux": {
"terminal.integrated.fontFamily": "Noto Mono"
}
} not work with all my devices. you can just try to change "terminal.integrated.fontSize" by this way. |
@specter119 yes we should get a generic solution, rather than doing this for every single setting. |
Since it's much easier to have ZSH and Powerline terminal settings in OSX. I found myself using different fonts for my Mac and Windows. Also, some font name actually gets recognised differently on Windows and Mac machine, even using the same font file.
Right now, there is only one setting controlling the font of the terminal which I found rather inconvenient (
terminal.integrated.fontFamily
).I propose we have OS related font family settings for terminal like:
terminal.integrated.fontFamily.windows
andterminal.integrated.fontFamily.osx
Thanks.
The text was updated successfully, but these errors were encountered: