Enable git autofetch for vscode
This commit is contained in:
parent
9cb1c6d080
commit
01e976a1a8
@ -16,6 +16,7 @@
|
|||||||
"nix.enableLanguageServer" = true;
|
"nix.enableLanguageServer" = true;
|
||||||
"explorer.confirmDragAndDrop" = false;
|
"explorer.confirmDragAndDrop" = false;
|
||||||
"workbench.colorTheme" = "Stylix";
|
"workbench.colorTheme" = "Stylix";
|
||||||
|
"git.autofetch" = true;
|
||||||
"editor.fontFamily" = lib.mkForce "'Symbols Nerd Font Mono', 'PowerlineSymbols', 'DejaVu Sans Mono'";
|
"editor.fontFamily" = lib.mkForce "'Symbols Nerd Font Mono', 'PowerlineSymbols', 'DejaVu Sans Mono'";
|
||||||
};
|
};
|
||||||
userTasks = {
|
userTasks = {
|
||||||
|
Loading…
Reference in New Issue
Block a user