How to start VScode as user in toolbox

i have found the issue on my 1passowrd ssh and signing commits where it says it cant find agent.sock. Issue is when i open VScode and connect to toolbox container i am as root and swithing to user wont help.

If i enter container from Konsole and then run SSH_AUTH_SOCK=~/.1password/agent.sock ssh-add -l it finds everyhting as should, but not from VScode terminal.

the question now is how i set VScode to run as should and it wont show me this [root@toolbx ~]# SSH_AUTH_SOCK=~/.1password/agent.sock ssh-add -l Error connecting to agent: No such file or directory

it actually seems to be toolbox issue since i tested same VScode setup and made Distrobox test and there it founds ssh_auth_sock as should so something on toolbox is bloking that

been pulling my hair on this one all weekend. i Got almost all working now on Local i an clone/push/commit all working with 1passowrd authentiate prompt.

on conneted to toolbox i an clone repos now, but push/commit stops error where it ant find the app/helper and this is where is got stuck

> git -c user.useConfigOnly=true commit --quiet --allow-empty-message --file - --allow-empty
fatal: cannot exec '/opt/1Password/op-ssh-sign': No such file or directory
error: 
fatal: failed to write commit object

need to somehow get this working and then i have my setup as i want