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

Changing remote tasks.json requires window reload to take effect #212

Closed SchoofsKelvin closed 4 years ago

SchoofsKelvin commented 4 years ago

Originally reported in #210:

Changes of the remote tasks.json require a window reload in order to work...

SchoofsKelvin commented 4 years ago

While I won't be able to detect any remote file change (without resorting to remotely watching for all files, not an easy feat), I can hook up the onDidChangeFile event to properly report changes done from within VSCode itself.