vscode terminal scrollback

This commit is contained in:
nora 2023-11-12 00:04:14 +01:00
parent bc002e8252
commit 90f4ec0df1

View file

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