How to connect VSCode to GCP instances
I am trying to connect VSCode to my GCP instances but am unable to. From a terminal, I can ssh into the machines with gcloud compute ssh my_machine_name but I'm not sure how to translate that into what VSCode Remote-SSH is looking for. When I created the config in VSCode I did this: Host my_machine_name HostName my_machine_name User me@my_company.com But the