vscode: Increase font size of chat

This commit is contained in:
SebastianStork 2026-02-05 20:48:20 +01:00
parent b36627095a
commit 6e8cea6a1f
Signed by: SebastianStork
SSH key fingerprint: SHA256:tRrGdjYOwgHxpSc/wTOZQZEjxcb15P0tyXRsbAfd+2Q

View file

@ -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