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
check if project folder in which one of the above commands is run is potentially a synchronized folder - that would reduce performance together with git. print Util.logger.warn() message but allow to proceed
check with uncle google if there is a way to really find out if a folder is synchronized via
onedrive
dropbox
google drive
windows desktop folder
windows documents folder
iCloud = CloudDocs folder
update (2023-08):
I noticed that process.env includes the path of onedrive folders. It also includes the standard user folder which we should exclude because below that there will be the documents & desktop folder.
run check on
check if project folder in which one of the above commands is run is potentially a synchronized folder - that would reduce performance together with git. print Util.logger.warn() message but allow to proceed
check with uncle google if there is a way to really find out if a folder is synchronized via
update (2023-08):
I noticed that
process.env
includes the path of onedrive folders. It also includes the standard user folder which we should exclude because below that there will be the documents & desktop folder.The text was updated successfully, but these errors were encountered: