From b8260fa397f9909bd728d1ab10b80ba1958fd569 Mon Sep 17 00:00:00 2001 From: Sean Buckley Date: Wed, 8 Sep 2021 15:32:21 -0400 Subject: [PATCH] vscode: hide terminal exit alerts --- modules/desktop.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/desktop.nix b/modules/desktop.nix index 4a280ba..fb20194 100644 --- a/modules/desktop.nix +++ b/modules/desktop.nix @@ -85,6 +85,7 @@ in "security.workspace.trust.untrustedFiles" = "newWindow"; "terminal.external.linuxExec" = "x-terminal-emulator"; "terminal.integrated.fontFamily" = "Liberation Mono"; + "terminal.integrated.showExitAlert" = false; "update.mode" = "none"; "update.showReleaseNotes" = false; "window.menuBarVisibility" = "hidden";