satiromarra / vscode-sftp

Super fast sftp/ftp extension for VS Code
Other
23 stars 3 forks source link

Show active Profile in Statusbar #37

Closed j-kinz closed 1 year ago

j-kinz commented 1 year ago

Hi Satiro,

is it possible to add the active Profilename in the statusbar on the bottom (e.g. next to the "SFTP")?

In my case I have 3-4 different Profiles and to check which one is active I always need to check via the "Set Profile"-Command or with the open Output in the bottom where I prefer the terminal.

Thank you for your work on the SFTP-Addon!

satiromarra commented 1 year ago

I'll write it down to correct it. If you set a name to the profile, it will be used as the connection name in "Remote Explorer".

In my case I have projects with multiple connections with several profiles, it is complicated which connection to show in the status bar.

j-kinz commented 1 year ago

Thank you for the hint. I didn't know about the "Remote Explorer"-Name.

satiromarra commented 1 year ago

Anyway, I upload an update, it will show in the status bar the profile to which a file belongs when it is opened.

satiromarra commented 1 year ago

@j-kinz Does the latest update do what you need?

j-kinz commented 1 year ago

Yes. Thank you for the fast implementation.

The "Profile: "-part may be unnecessary but the main problem is solved.

image