update font in vscode
This commit is contained in:
parent
756ec28e7d
commit
1ff7ce75ec
1 changed files with 2 additions and 0 deletions
|
@ -15,6 +15,8 @@
|
|||
signageos.signageos-vscode-sops
|
||||
];
|
||||
userSettings = {
|
||||
"editor.fontFamily" = "\"Fira Code\", \"Fira Code Nerd Font Mono\", monospace";
|
||||
"editor.fontLigatures" = true;
|
||||
"editor.formatOnPaste" = true;
|
||||
"editor.formatOnSave" = true;
|
||||
"editor.formatOnType" = true;
|
||||
|
|
Loading…
Reference in a new issue