JetBrains Mono yazı tipini indirip yükledim https://www.jetbrains.com/lp/mono/
Kullanmak için VS kodu ayarlamak çalışıyorum.
Settings.json dosyama aşağıdaki satırları ekledim:
// Set the font
"editor.fontFamily": "Consolas, 'Courier New', monospace", // Copied from current settings
// Turn on font ligatures
"editor.fontLigatures": true, // Override default value of false
Sorum şu: editor.fontFamily
JetBrains'in kullanılabilmesi için bölüme ne koymalıyım ?
"editor.fontFamily": "JetBrains, Consolas, 'Courier New', monospace"
Başarısız denedim .