Force Berkeley Mono for VSCode
This commit is contained in:
parent
a6367c7f6f
commit
acc4910b5a
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
},
|
},
|
||||||
"debug.console.historySuggestions": false,
|
"debug.console.historySuggestions": false,
|
||||||
"editor.accessibilitySupport": "off",
|
"editor.accessibilitySupport": "off",
|
||||||
"editor.fontFamily": "'monospace', 'Cascadia Code', Consolas, 'Courier New'",
|
"editor.fontFamily": "'Berkeley Mono', 'monospace', 'Cascadia Code', Consolas, 'Courier New'",
|
||||||
"editor.fontLigatures": false,
|
"editor.fontLigatures": false,
|
||||||
"editor.fontSize": 12,
|
"editor.fontSize": 12,
|
||||||
"editor.renderWhitespace": "all",
|
"editor.renderWhitespace": "all",
|
||||||
|
|
Loading…
Reference in a new issue