From 45a292daaaff4543b090d2014df153edb89e0153 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Tue, 31 Mar 2026 22:46:47 +0200 Subject: [PATCH] Add .vscode/settings.json with kiroAgent configuration --- .vscode/settings.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 00000000..5480842b --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "kiroAgent.configureMCP": "Disabled" +} \ No newline at end of file