From 8c79e170e73deb8053feaf8b88b4e9f37fe335b2 Mon Sep 17 00:00:00 2001 From: Otto-AGPT Date: Wed, 11 Feb 2026 17:28:04 +0000 Subject: [PATCH] fix: Add git.openRepositoryInParentFolders setting Workspace opens at autogpt_platform/ but git root is parent AutoGPT/ --- .devcontainer/platform/devcontainer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.devcontainer/platform/devcontainer.json b/.devcontainer/platform/devcontainer.json index a0c4709c66..6aa1e06c7e 100644 --- a/.devcontainer/platform/devcontainer.json +++ b/.devcontainer/platform/devcontainer.json @@ -93,6 +93,7 @@ // Git "git.autofetch": true, "git.enableSmartCommit": true, + "git.openRepositoryInParentFolders": "always", // Prisma "prisma.showPrismaDataPlatformNotification": false