mirror of
https://github.com/ryanccn/flake.git
synced 2025-12-06 08:10:43 +01:00
feat(vscode): switch to Cascadia Code
This commit is contained in:
parent
e9925d0c42
commit
1d4ae1c881
1 changed files with 2 additions and 2 deletions
|
|
@ -83,7 +83,7 @@ in {
|
||||||
"git.suggestSmartCommit" = false;
|
"git.suggestSmartCommit" = false;
|
||||||
"diffEditor.ignoreTrimWhitespace" = false;
|
"diffEditor.ignoreTrimWhitespace" = false;
|
||||||
|
|
||||||
"editor.fontFamily" = "\"RyanMono Nerd Font\", monospace";
|
"editor.fontFamily" = "\"CaskaydiaCove NF\", monospace";
|
||||||
"editor.formatOnSave" = true;
|
"editor.formatOnSave" = true;
|
||||||
"editor.fontLigatures" = "'calt', 'ss01'";
|
"editor.fontLigatures" = "'calt', 'ss01'";
|
||||||
"editor.insertSpaces" = true;
|
"editor.insertSpaces" = true;
|
||||||
|
|
@ -97,7 +97,7 @@ in {
|
||||||
"workbench.editor.highlightModifiedTabs" = true;
|
"workbench.editor.highlightModifiedTabs" = true;
|
||||||
"workbench.editor.empty.hint" = "hidden";
|
"workbench.editor.empty.hint" = "hidden";
|
||||||
|
|
||||||
"terminal.integrated.fontFamily" = "\"RyanTerm Nerd Font\", monospace";
|
"terminal.integrated.fontFamily" = "\"CaskaydiaCove NFM\", monospace";
|
||||||
"terminal.integrated.fontSize" = 14;
|
"terminal.integrated.fontSize" = 14;
|
||||||
"terminal.integrated.lineHeight" = 1.5;
|
"terminal.integrated.lineHeight" = 1.5;
|
||||||
"terminal.integrated.cursorBlinking" = true;
|
"terminal.integrated.cursorBlinking" = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue