Skip to content

Commit f6b3540

Browse files
committed
Fix link in ligatures setting
1 parent 8607051 commit f6b3540

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ 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. Ligatures will only work if the configured {0} supports them.", `\`#${TerminalSettingId.FontFamily}#\``),
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'],
178178
default: false

0 commit comments

Comments
 (0)