diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index e2b9c57..ad6774f 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -19,6 +19,6 @@ // Use 'postCreateCommand' to run commands after the container is created. // "postCreateCommand": "java -version", - // Uncomment to connect as a non-root user. See https://aka.ms/vscode-remote/containers/non-root. + // Comment out to run as root instead. "remoteUser": "vscode" -} \ No newline at end of file +}