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
The text was updated successfully, but these errors were encountered:
b-ma
changed the title
Inconsistent behaviour when watched directory is not directly in process.cwd
Inconsistent behaviour when watched directory is not directly in process.cwd?
Aug 14, 2023
Most probably due to the inconsistency between sc-filetree API and plugin API, and internally between getTree format and edition methods API
We have kind of 2 conflicting point of views here:
writeFile, rename, etc. should stick to the file path format used in getTree and not relatively to dirname
The actual implementation of writeFile, rename, etc. is logical: we watch a directory and then work relatively inside this directory. In this case, this is the getTree() format which is not satisfying
No description provided.
The text was updated successfully, but these errors were encountered: