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

Auto Refresh #358

Closed N7K5 closed 1 year ago

N7K5 commented 1 year ago

The extension automaticly refreshes the open-file tree every time I move the focus of windows (i.e. select another application and come back to vs code). This makes the extension very slow. Please add a setting to disable the auto refresh working-tree on re-focus.

SchoofsKelvin commented 1 year ago

Duplicate of #360.

The Explorer pane refreshing on window focus is something built-in into and done by VS Code itself. Unless they added an option to disable that, it's not possible to prevent this.