Tôi đã tải xuống và cài đặt phông chữ JetBrains Mono https://www.jetbrains.com/lp/mono/
Tôi đang cố gắng thiết lập Mã VS để sử dụng nó.
Tôi đã thêm các dòng sau vào tệp settings.json của mình:
// 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
Câu hỏi của tôi là: tôi cần đặt gì vào editor.fontFamily
phần để sử dụng JetBrains?
Tôi đã thử "editor.fontFamily": "JetBrains, Consolas, 'Courier New', monospace"
mà không thành công.