diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 917ea27..e2f8f33 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -7,7 +7,4 @@ // Use 'postCreateCommand' to run commands after the container is created. "postCreateCommand": "pipx install hatch && hatch env create && hatch env create lint && hatch env create test" - - // Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root. - // "remoteUser": "root" }