From 4498e716a8dc872ca82b0651946d3e7936fb2a4a Mon Sep 17 00:00:00 2001 From: Chuck Lantz Date: Wed, 8 Apr 2020 17:43:20 -0700 Subject: [PATCH] Update devcontainer.json --- .devcontainer/devcontainer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +}