Skip to content

Commit

Permalink
Merge pull request #239254 from microsoft/tyriar/238954
Browse files Browse the repository at this point in the history
Fix typo in new setting
  • Loading branch information
Tyriar authored Jan 30, 2025
2 parents a5036df + 1827bde commit 2582955
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ const terminalConfiguration: IConfigurationNode = {
[TerminalSettingId.FontLigaturesFeatureSettings]: {
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- ' + [
`\`"calt" off, "ss03"\``,
`\`"liga" on"\``,
`\`"liga" on\``,
`\`"calt" off, "dlig" on\``
].join('\n- '),
type: 'string',
Expand Down

0 comments on commit 2582955

Please sign in to comment.