mirror of
https://github.com/Noratrieb/nixos.git
synced 2026-01-14 19:55:08 +01:00
lower vscode scrollback
This commit is contained in:
parent
d16cacb11f
commit
bf04a9adde
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue