diff --git a/modules/software/editors/vscode.nix b/modules/software/editors/vscode.nix index f2ade51..60e0785 100644 --- a/modules/software/editors/vscode.nix +++ b/modules/software/editors/vscode.nix @@ -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}";