diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 436f8f355..0bc8e60bb 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -10,4 +10,7 @@ "ms-vscode.cpptools", "ms-vsliveshare.vsliveshare", ], + "mounts": [ + "type=volume,target=/data", + ] }