chore(vscode): sync settings

This commit is contained in:
winston 2023-11-05 08:33:36 +01:00
parent c066d0c62b
commit 3bd6b34b0e
Signed by: winston
GPG key ID: 3786770EDBC2B481

View file

@ -7,9 +7,7 @@
"statusBar.noFolderForeground": "accent"
}
},
"catppuccin.boldKeywords": false,
"catppuccin.extraBordersEnabled": false,
"catppuccin.italicKeywords": true,
"catppuccin.extraBordersEnabled": true,
"debug.onTaskErrors": "debugAnyway",
"diffEditor.ignoreTrimWhitespace": false,
"diffEditor.hideUnchangedRegions.enabled": true,
@ -17,7 +15,7 @@
"editor.smoothScrolling": true,
"terminal.integrated.smoothScrolling": true,
"terminal.integrated.fontSize": 14,
"editor.fontFamily": "Berkeley Mono, Symbols Nerd Font, monospace",
"editor.fontFamily": "Cascadia Code, Symbols Nerd Font, monospace",
"editor.fontLigatures": "'calt', 'ss01'",
"editor.fontSize": 15,
"editor.formatOnSave": true,