From 5dfe59b4be22462f328893c493dd5634235219ac Mon Sep 17 00:00:00 2001 From: hugo Date: Thu, 19 Feb 2026 09:49:33 +0100 Subject: [PATCH] chore: just allow comands --- .vscode/settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 9514e17..47a447a 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,6 +1,7 @@ { "chat.tools.terminal.autoApprove": { "npx vitest": true, - "npx tsc": true + "npx tsc": true, + "git remote": true } } \ No newline at end of file