diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 230801ed8..18dd1a3b1 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -12,5 +12,6 @@ ], "mounts": [ "type=volume,target=/data", - ] + ], + "updateContentCommand": "./configure" }