SchoofsKelvin / vscode-sshfs

Extension for Visual Studio Code: File system provider using SSH
GNU General Public License v3.0
547 stars 36 forks source link

Launch a terminal by double-click? #428

Open JimMeLad opened 3 months ago

JimMeLad commented 3 months ago

Hi, Just installed your extension and have it working OK so far, but I was wondering if there was an easier way to launch a terminal session eg by double-clicking or right-clicking the configuration name rather than having to click the (rather small) 'Open remote SSH terminal' icon? image

luckman212 commented 3 months ago

Or, any way to configure the saves config to automatically open a Remote Terminal? something like:

{
    "agent": "$SSH_AUTH_SOCK",
    "host": "pve02",
    "name": "pve02",
    "port": 22,
    "username": "root",
    "autostart_terminal": true  <==
}