From 71538fce3c8def88af028ee2c345e86800095b65 Mon Sep 17 00:00:00 2001 From: Maxime Margerin Date: Mon, 10 Jun 2024 21:43:51 +0200 Subject: [PATCH] Update settings.json (see https://github.com/microsoft/vscode/issues/214407) --- settings.json | 1 + 1 file changed, 1 insertion(+) diff --git a/settings.json b/settings.json index 9a0854d..30bf800 100644 --- a/settings.json +++ b/settings.json @@ -32,6 +32,7 @@ "terminal.integrated.persistentSessionReviveProcess": "never", "terminal.integrated.sendKeybindingsToShell": true, "terminal.integrated.shellIntegration.decorationsEnabled": "never", + "terminal.integrated.shellIntegration.enabled": false, "terminal.integrated.tabs.enabled": true, "window.density.editorTabHeight": "compact", "window.menuBarVisibility": "compact",