Include SSH Profile

Add the following to settings.json inside the list property of profiles:

{
    "name": "SSH Profile",
    "commandline": "ssh user@machine"
}

Microsoft Documentation