mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-22 16:39:07 +01:00
vscode: Increase font size of chat
This commit is contained in:
parent
b36627095a
commit
6e8cea6a1f
1 changed files with 3 additions and 3 deletions
|
|
@ -65,9 +65,9 @@
|
|||
"nix.serverPath" = lib.getExe pkgs.nixd;
|
||||
"nix.formatterPath" = lib.getExe pkgs.nixfmt-rfc-style;
|
||||
"nix.serverSettings.nixd.formatting.command" = [ (lib.getExe pkgs.nixfmt-rfc-style) ];
|
||||
"github.copilot.enable" = {
|
||||
"*" = false;
|
||||
};
|
||||
"github.copilot.enable"."*" = false;
|
||||
"chat.fontSize" = 15;
|
||||
"chat.editor.fontSize" = 15;
|
||||
}
|
||||
);
|
||||
in
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue