From afa588c27d7d0324e0f366c6f9f1129314b4a60d Mon Sep 17 00:00:00 2001 From: pvincent Date: Fri, 31 May 2024 10:44:15 +0200 Subject: [PATCH] shellIntegration false --- .vscode/settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 68b9017..db41115 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -31,5 +31,6 @@ "**/*.md", "**/*.sh", "**/scripts/*" - ] + ], + "terminal.integrated.shellIntegration.enabled": false, } \ No newline at end of file