From cf2b4d63bd4ee2e5c4c2a0a29f60efc4b7d55e49 Mon Sep 17 00:00:00 2001 From: Chuck Lantz Date: Wed, 8 Apr 2020 18:00:32 -0700 Subject: [PATCH] Update devcontainer.json --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }