How To Connect Virtual Machine To VS Code
Connecting a virtual machine (VM) such as Vagrant or EC2 instances or Droplet to Visual Studio Code (VS Code) can be a bit tricky, but with these simple steps, you'll be able to access your VM and navigate its files and directories with ease.
Prerequ...
deedeo.hashnode.dev2 min read
Funmilayo Fagoyinbo
DevOps/Cloud Engineering
When I tried to connect to my vagrant VM, I didn't include the Port and realized that it wasn't connecting for a very long time. I eventually added Port 22 to the code and it worked almost immediately. I just thought I should mention it to whoever is going to try this for the first time like me.