Skip to content

Commit 2582955

Browse files
authored
Merge pull request microsoft#239254 from microsoft/tyriar/238954
Fix typo in new setting
2 parents a5036df + 1827bde commit 2582955

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
@@ -183,7 +183,7 @@ const terminalConfiguration: IConfigurationNode = {
183183
[TerminalSettingId.FontLigaturesFeatureSettings]: {
184184
markdownDescription: localize('terminal.integrated.fontLigatures.featureSettings', "Controls what font feature settings are used when ligatures are enabled, in the format of the `font-feature-settings` CSS property. Some examples which may be valid depending on the font:") + '\n\n- ' + [
185185
`\`"calt" off, "ss03"\``,
186-
`\`"liga" on"\``,
186+
`\`"liga" on\``,
187187
`\`"calt" off, "dlig" on\``
188188
].join('\n- '),
189189
type: 'string',

0 commit comments

Comments
 (0)