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
If the directory is a symlink, we can have a problem where none of the files are triggered because they have the canonicalized file path whereas the root dir (and workspace folder dirs) keep whatever is provided in settings.
Because of that, we need to send a metadata request for each of these directories to set the appropriate path at time of client start.
This also would benefit from supporting batch requests, which starts by implementing chipsenkbeil/distant#20
The text was updated successfully, but these errors were encountered:
If the directory is a symlink, we can have a problem where none of the files are triggered because they have the canonicalized file path whereas the root dir (and workspace folder dirs) keep whatever is provided in settings.
Because of that, we need to send a metadata request for each of these directories to set the appropriate path at time of client start.
This also would benefit from supporting batch requests, which starts by implementing chipsenkbeil/distant#20
The text was updated successfully, but these errors were encountered: