Skip to content

Commit

Permalink
Merge pull request #233090 from microsoft/tyriar/34103_2
Browse files Browse the repository at this point in the history
Call out fontFamily in ligatures setting
  • Loading branch information
Tyriar authored Nov 5, 2024
2 parents e6f2cc2 + f6b3540 commit 47dc064
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -172,10 +172,10 @@ const terminalConfiguration: IConfigurationNode = {
type: 'string'
},
[TerminalSettingId.FontLigatures]: {
description: localize('terminal.integrated.fontLigatures', "Controls whether font ligatures are enabled in the terminal."),
markdownDescription: localize('terminal.integrated.fontLigatures', "Controls whether font ligatures are enabled in the terminal. Ligatures will only work if the configured {0} supports them.", `\`#${TerminalSettingId.FontFamily}#\``),
type: 'boolean',
tags: ['preview'],
'default': false
default: false
},
[TerminalSettingId.FontSize]: {
description: localize('terminal.integrated.fontSize', "Controls the font size in pixels of the terminal."),
Expand Down

0 comments on commit 47dc064

Please sign in to comment.