liximomo / vscode-remote-fs

Working with any file in everywhere with vscode.
MIT License
166 stars 17 forks source link

File auto loads if edited by someone else #42

Open asifsomy opened 5 years ago

asifsomy commented 5 years ago

Describe the bug If another team mate edits the same file on server, that file reloads with his changes.

To Reproduce Steps to reproduce the behavior:

  1. Open same file in two computers, Use some other sftp client to open a file on one computer. Then make changes and save.
  2. Filed opened with Remote FS will reload.

Expected behavior Is there a way to prevent it?