Update devcontainer.json

This commit is contained in:
Chuck Lantz
2020-04-08 17:43:20 -07:00
committed by GitHub
parent eb41c0cef2
commit 4498e716a8

View File

@@ -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"
}