How to enable Recursive (OpenType) font code ligature in Visual Studio Code?

Viewed 421

More specifically

How to enable code Discretionary Ligatures "dlig" feature of Recursive font ?

Usual fontLigatures settings.json configuration doesn't work.

"editor.fontFamily": "Recursive Sans Linear"
"editor.fontLigatures": true // Do not work :-/
1 Answers
Related