-
Notifications
You must be signed in to change notification settings - Fork 37.7k
Description
I came across the original issue (#157958) discussing the benefits of leveraging the resolvers proposed API, specifically the workspace.registerResourceLabelFormatter, to improve the user experience when using VSCode remote support. This feature seems particularly valuable for cases like Gitpod, where 3rd party extensions can provide more context for SSH connections and display better labels while relying on Remote SSH for connectivity.
I understand that the original issue was closed due to an alternative solution being found. Nevertheless, I believe that this feature would still be beneficial for Gitpod and other similar use cases. As a potential workaround, an extension could try to change the SSH config file, but this approach could be error-prone, especially when there is no control over a user's machine.