From d3a90857bf1c28648cc65c7e31b8c52f3d85ecf6 Mon Sep 17 00:00:00 2001 From: Nils Dijk Date: Thu, 23 Dec 2021 13:47:58 +0100 Subject: [PATCH] try adding a volume --- .devcontainer/devcontainer.json | 3 +++ 1 file changed, 3 insertions(+) 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", + ] }