diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index b7eb4a013..a55c0039d 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -26,6 +26,7 @@ "mounts": [ "type=volume,target=/data", "source=citus-bashhistory,target=/commandhistory,type=volume", + "source=citus_load_cache,target=/home/citus/.local/share/citus_load/,type=volume", ], "updateContentCommand": "./configure", "postCreateCommand": "make -C .devcontainer/",