From d123d01a929199f0177aa71009933e46cac9bb09 Mon Sep 17 00:00:00 2001 From: Sebastian Steger Date: Tue, 24 Mar 2026 13:18:19 +0000 Subject: [PATCH] refactor: simplify terminal profile settings in VSCode configuration --- go/.vscode/settings.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/go/.vscode/settings.json b/go/.vscode/settings.json index bfba8e3..e3f3258 100644 --- a/go/.vscode/settings.json +++ b/go/.vscode/settings.json @@ -3,10 +3,5 @@ "terminal.integrated.env.linux": { "EDITOR": "code --wait" }, - "terminal.integrated.profiles.linux": { - "bash": { - "path": "bash", - "icon": "terminal-bash" - } - } + "terminal.integrated.defaultProfile.linux": "bash" }