From 9f3b0941d16af7f03a9bbd17c2ef92a25a5b8036 Mon Sep 17 00:00:00 2001 From: pvincent Date: Thu, 30 May 2024 22:25:41 +0200 Subject: [PATCH] terminal true prompt --- .vscode/settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 23fd35f..601e7ab 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,3 +1,4 @@ { - "editor.formatOnSave": true + "editor.formatOnSave": true, + "terminal.integrated.shellIntegration.enabled": false } \ No newline at end of file