microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
160.54k stars 28.11k forks source link

Please separate Tunnels from SSH Connections #219646

Open Halance opened 6 days ago

Halance commented 6 days ago

The SSH connection list, sourced directly from local configuration files, appears promptly upon opening the panel, providing instant access to my remote servers. Unfortunately, this efficiency contrasts starkly with the tunnel detection process, which can be notably lengthy due to its more complex nature. As both lists are currently merged within a single interface, the delay encountered during tunnel loading significantly prolongs the overall responsiveness of the panel. This waiting period, while necessary for comprehensive tunnel detection, hinders immediate access to SSH connections, impacting workflow efficiency.

Halance commented 6 days ago

I am advocating for the implementation of a distinct SSH Connections panel prominently featured at the apex of the Remote Explorer interface, akin to the intuitive design of the Dev Containers section.

roblourens commented 6 days ago

We can probably show SSH connections before tunnels have loaded

VSCodeTriageBot commented 6 days ago

This feature request is now a candidate for our backlog. The community has 60 days to upvote the issue. If it receives 20 upvotes we will move it to our backlog. If not, we will close it. To learn more about how we handle feature requests, please see our documentation.

Happy Coding!