So I've recently started to work for a company and I'm trying to set a git environment for both my account, personal and the company. I found a simple solution for it which would be create a config file for multiple ssh keys. My question is, this works perfectly on the terminal, but when I try using vscode it asks me to set
Make sure you configure your 'user.name' and 'user.email' in git.
but arent these configurations globally made? is there a way for me to set these for each of my ssh keys?