From 8bee7a3992dbde32aa2971ff9a4f2bd0215c821b Mon Sep 17 00:00:00 2001 From: Sean Buckley Date: Thu, 1 Sep 2022 12:07:31 -0400 Subject: [PATCH] vscode: disable shellIntegration --- modules/profiles/desktop.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/profiles/desktop.nix b/modules/profiles/desktop.nix index cd56e8e..04b61c5 100644 --- a/modules/profiles/desktop.nix +++ b/modules/profiles/desktop.nix @@ -112,6 +112,7 @@ with lib; "terminal.integrated.fontFamily" = "DejaVuSansMono Nerd Font"; "terminal.integrated.fontSize" = 16; "terminal.integrated.minimumContrastRatio" = 1; + "terminal.integrated.shellIntegration.enabled" = false; "terminal.integrated.showExitAlert" = false; "trailing-spaces.highlightCurrentLine" = false; "update.mode" = "none";