lower vscode scrollback

This commit is contained in:
nora 2024-06-26 21:12:16 +02:00
parent d16cacb11f
commit bf04a9adde

View file

@ -41,7 +41,7 @@
"debug.allowBreakpointsEverywhere" = false; "debug.allowBreakpointsEverywhere" = false;
# "editor.fontFamily" = "'Monaspace Neon Var', Arial"; # "editor.fontFamily" = "'Monaspace Neon Var', Arial";
"editor.fontLigatures" = true; "editor.fontLigatures" = true;
"terminal.integrated.scrollback" = 10000; "terminal.integrated.scrollback" = 5000;
}; };
extensions = with pkgs.vscode-extensions; [ extensions = with pkgs.vscode-extensions; [
bmalehorn.vscode-fish bmalehorn.vscode-fish