From 2404b1513930bfcd5cad74b4521b2172d4effe59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rcio=20Fernandes?= Date: Wed, 19 Nov 2025 23:26:35 +0000 Subject: [PATCH] modified: .devcontainer/devcontainer.json --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",