SchoofsKelvin / vscode-sshfs

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

SSH Connection always reloads #333

Closed jun2mar closed 2 years ago

jun2mar commented 2 years ago

Hello may I ask if it is normal. Every time I get out of the VS Code window and go back SSH FS connect gets reload all from main down to the focused file folder.

SchoofsKelvin commented 2 years ago

What do you mean with "get out of the VS Code window", as in close the window? Or lose focus?

By "reload all from main down to the focused file folder", you mean the explorer pane refreshes I assume? If that's the case, that's an issue with VS Code.

jun2mar commented 2 years ago

What do you mean with "get out of the VS Code window", as in close the window? Or lose focus?

By "reload all from main down to the focused file folder", you mean the explorer pane refreshes I assume? If that's the case, that's an issue with VS Code.

Yes when lose focus on VS Code window, SSH FS refreshes when I return on VS Code window, I see, so this is VS Code issue. Thanks for the reply.