You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just to confirm, this setting only accepts a boolean value and does not enable explicit font-feature-settings like ss01 or cv69? That is, even if terminal.integrated.fontLigatures is true, the font may not necessarily match the style sets and character variants enabled in the editor?
// settings.json// Works"terminal.integrated.fontLigatures": true// Won't work as expected at this time?"terminal.integrated.fontLigatures": "'calt', 'liga', 'ss19', 'cv69'"
VS Code issue: microsoft/vscode#235316
From @joshlawton in microsoft/vscode#34103 (comment)
Just to confirm, this setting only accepts a boolean value and does not enable explicit font-feature-settings like
ss01
orcv69
? That is, even ifterminal.integrated.fontLigatures
is true, the font may not necessarily match the style sets and character variants enabled in the editor?Compare editorOptions.ts to terminalConfiguration.ts.
The text was updated successfully, but these errors were encountered: