I'm Currently trying to setup Remote developement environment with VS code.
I have installed Remote - SSH plugin and edited my .ssh/config file as below
Host ABC
User ubuntu
HostName xx.xx.xx.xx
IdentityFile ~/.ssh/filename
- It trowing an error by saying "An SSH Installation couldn't be found"
Local Machine - Windows Host Machine - Ubuntu(Linux)
Please help on this matter