SchoofsKelvin / vscode-sshfs

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

Password prompt does not grab focus #223

Closed mablanchard closed 3 years ago

mablanchard commented 3 years ago

Very minor but still: right clicking on a SSH FS configuration from the side bar and selecting Connect as Workspace Folder, the password box prompts but the password entry widget does not grab focus (which thus require an extra click in the entry to set it...). Would be nice for the password entry to always grab focus on exposition I think (as most likely the user will want to type in his password at that point).

SchoofsKelvin commented 3 years ago

Similar to #211, this is something I can't change. The extension uses the VSCode API to prompt the user for input, but it's VSCode itself rendering the UI, handling focus, ...

You can bring it up here, but currently there is no quick fix for this it seems.