diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 0dccdd972c99..c12c6b46bcae 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -39,7 +39,7 @@ } ], "postCreateCommand": { - "set-ownership": "sudo chown vscode target; sudo chown vscode /usr/local/cargo/registry/", + "set-ownership": "sudo chown vscode target /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",