diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 652ae35..84edbdf 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -37,6 +37,6 @@ // Use 'postCreateCommand' to run commands after the container is created. "postCreateCommand": "pip3 install -r requirements.txt", - // Uncomment to connect as a non-root user. See https://aka.ms/vscode-remote/containers/non-root. + // Comment out to connect as root instead. "remoteUser": "vscode" }