change:更改默认字体。
This commit is contained in:
parent
53f3fc2f78
commit
4f7c6f9774
3
template/.vscode/settings.json
vendored
3
template/.vscode/settings.json
vendored
@ -1,7 +1,8 @@
|
|||||||
{
|
{
|
||||||
"files.autoSave": "onFocusChange",
|
"files.autoSave": "onFocusChange",
|
||||||
"editor.fontSize": 14,
|
"editor.fontSize": 14,
|
||||||
"editor.fontFamily": "'FiraCode Nerd Font Mono', 'FiraCode Nerd Font Mono', 'FiraCode Nerd Font Mono'",
|
"editor.fontFamily": "'Source Code Pro', 'Courier New', monospace",
|
||||||
|
"terminal.integrated.fontFamily": "Source Code Pro",
|
||||||
"cmake.configureOnOpen": true,
|
"cmake.configureOnOpen": true,
|
||||||
"cmake.debugConfig": {
|
"cmake.debugConfig": {
|
||||||
"console": "integratedTerminal",
|
"console": "integratedTerminal",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user