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

An option to disable the watch of files and directories #360

Closed set-killer closed 1 year ago

set-killer commented 1 year ago

Hello,

Is there an option disable the watch of files and directories on the remote server? If there is no such option would it be easy to add it?

The reason for such option is that sometimes the remote server could run out of free watching nodes and that would result in an errors.

Thank you!

SchoofsKelvin commented 1 year ago

The extension currently (perhaps wrongly) doesn't use any watchers. Whenever you focus an editor, click Refresh on the Explorer pane or similar, VS Code will poll the opened file/directory "manually" instead.