From e5747f44a74f41420e7ad7ccc086310306d00aef Mon Sep 17 00:00:00 2001 From: Chris Green Date: Fri, 9 Jan 2026 15:07:49 -0600 Subject: [PATCH] Fix AI hallucination (no such mount option `required=false`) --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 0dd904e7..7d8cf8ae 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -12,7 +12,7 @@ "GH_CONFIG_DIR": "/home/vscode/.config/gh" }, "mounts": [ - "source=${env:HOME}/.config/gh,target=/home/vscode/.config/gh,type=bind,readonly,required=false" + "source=${env:HOME}/.config/gh,target=/home/vscode/.config/gh,type=bind,readonly" ], "customizations": { "vscode": {