From c12bfa86998521c19833d3c0d6462f47c96081ea Mon Sep 17 00:00:00 2001 From: pvincent Date: Wed, 12 Jun 2024 23:15:35 +0400 Subject: [PATCH] shellIntegration.enabled: false --- .vscode/settings.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.vscode/settings.json b/.vscode/settings.json index eaa91ad..c21a09d 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -31,4 +31,5 @@ // "terminal.foreground" : "#EEEEEE", }, // --------------------------------------------------------- + "terminal.integrated.shellIntegration.enabled": false, } \ No newline at end of file