update vscode config

This commit is contained in:
Dmitriy Kholkin 2022-01-29 00:55:38 +03:00
parent 4926b2aa98
commit 8f6362b4e4

View File

@ -189,9 +189,14 @@ in
"git.enableCommitSigning" = true;
"git-graph.repository.sign.commits" = true;
"git-graph.repository.sign.tags" = true;
"remote.SSH.configFile" = "/home/alukard/.ssh/remote_config";
"editor.bracketPairColorization.enabled" = true;
"editor.guides.bracketPairs" = "active";
"terminal.integrated.defaultProfile.linux" = "linux-zsh";
"terminal.integrated.profiles.linux" = {
"linux-zsh" = {
"path" = "${pkgs.zsh}/bin/zsh";
};
};
};
};