- Run
gcloud compute config-ssh
- Install "Remote SSH" extension
- Go to the "Tunnels/SSH" tab in "Remote Explorer" extension
- Click on config button in the SSH section
- Select the (usually first) option:
/Users/<username>/.ssh/config
- Refresh the list of SSHs (you may need to reload VSCode)
- Click on the "Connect in new window" next to the orch-client instance. This will open the remote VSCode
- Pull this repo from GitHub via the Source control VSCode tab
- You may need to install
sudo apt install make
andsudo snap install go --classic
until we add this to the default instance image - The Go debugger should be attachable to the remote instance too
- Configure git identifiers
git config --global user.email "MY_NAME@example.com"
git config --global user.name "NAME"