From 8e46b987332499e49e8263999382d88dc284857c Mon Sep 17 00:00:00 2001 From: Rich Brown Date: Fri, 22 Nov 2024 07:51:18 -0500 Subject: [PATCH] Set owner on /usr/local/cargo/registry/ as well --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 9b68d4e8e25a..0dccdd972c99 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -39,7 +39,7 @@ } ], "postCreateCommand": { - "set-ownership": "sudo chown vscode target", + "set-ownership": "sudo chown vscode target; sudo chown vscode /usr/local/cargo/registry/", "install-python-deps": "task install-maturin", // Disabling because of the issues in #3709 // "install-python-deps": "task install-maturin && task install-pre-commit && pre-commit install-hooks",