You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Chuxel
changed the title
Guests cannot perform file operations like rename, delete, or add
Guests cannot see or perform file operations like rename, delete, or add
Feb 8, 2018
Doing some clean up and merging #45 with this since it is effectively two sides of the same coin.
Comments from the other issue:
@RyanWilsonBIBend commented 7 days ago
When my team and I were using VS Live Share we noticed that clicking refresh on the File Explorer in VS Code would result in files added by the host showing up but clicking refresh on the solution explorer / file explorer does not make the file appear in VS17. Does this have something to do with the protocol mentioned not yet being implemented or is that a bug?
@lostintangent commented 7 days ago @RyanWilsonBIBend Both of those behaviors are bugs that are tracked by this issue. The VS Code refresh support is a semi-workaround of the problem, but ideally, both environments would automatically propagate file system changes to all participants without any explicit action (such as refreshing).
Due to a missing protocol/feature, currently guests cannot rename, delete, or add files.
In addition, when the host executes these file operations they are not automatically reflected on the guest's Solution Explorer / File Explorer.
The text was updated successfully, but these errors were encountered: