Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Guests cannot see or perform file operations like rename, delete, or add #44

Closed
Chuxel opened this issue Jan 16, 2018 · 2 comments
Closed

Comments

@Chuxel
Copy link
Member

Chuxel commented Jan 16, 2018

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.

@Chuxel
Copy link
Member Author

Chuxel commented 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).

mschulz-msft pushed a commit that referenced this issue Apr 27, 2018
@Chuxel Chuxel mentioned this issue May 4, 2018
@Chuxel
Copy link
Member Author

Chuxel commented May 7, 2018

This should now be available in v0.3.392/v.0.393. However, there is a known shortcoming for VS (#304) and case sensitive filesystems (#302)

@Chuxel Chuxel closed this as completed May 7, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant