diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 33457ec..7590c60 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -5,7 +5,7 @@ "image": "git.limbosolutions.com/mylimbo/devcontainers/devops:latest", "runArgs": ["--hostname=git-limbosolutions-com-dev-container"], - + "remoteUser": "vscode", "mounts": [ "source=${localWorkspaceFolder}/.kube,target=/home/vscode/.kube,type=bind", "source=${localEnv:HOME}/.gitconfig,target=/home/vscode/.gitconfig,type=bind",