Skip to content

Commit 47dc064

Browse files
authored
Merge pull request microsoft#233090 from microsoft/tyriar/34103_2
Call out fontFamily in ligatures setting
2 parents e6f2cc2 + f6b3540 commit 47dc064

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/vs/workbench/contrib/terminal/common/terminalConfiguration.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,10 +172,10 @@ const terminalConfiguration: IConfigurationNode = {
172172
type: 'string'
173173
},
174174
[TerminalSettingId.FontLigatures]: {
175-
description: localize('terminal.integrated.fontLigatures', "Controls whether font ligatures are enabled in the terminal."),
175+
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}#\``),
176176
type: 'boolean',
177177
tags: ['preview'],
178-
'default': false
178+
default: false
179179
},
180180
[TerminalSettingId.FontSize]: {
181181
description: localize('terminal.integrated.fontSize', "Controls the font size in pixels of the terminal."),

0 commit comments

Comments
 (0)