vscode smooth scrolling

This commit is contained in:
Reid 2024-05-13 20:31:13 -07:00
parent 769d1eceb3
commit ca655a6c26

View file

@ -34,6 +34,7 @@ in {
"terminal.integrated.fontFamily" = "\"${monospace.family}\"";
"terminal.integrated.fontSize" = monospace.size;
"terminal.integrated.smoothScrolling" = true;
"telemetry.telemetryLevel" = "off";
@ -44,6 +45,7 @@ in {
"window.titleBarStyle" = "custom";
"workbench.tips.enabled" = false;
"workbench.list.smoothScrolling" = true;
"nix.enableLanguageServer" = true;
"nix.serverPath" = "${lib.getExe pkgs.nil}";