mrcrowl / vscode-easy-less

Easy LESS extension for Visual Studio Code
MIT License
67 stars 23 forks source link

sshfs-win and Easy LESS problem with mkdir (EPERM: operation not permitted, mkdir 'x:\HTML_mustry') #94

Open karyslav opened 1 year ago

karyslav commented 1 year ago

Hi there, we are using Easy LESS and we were forced to move our connection to server into SSHFS (https://github.com/winfsp/sshfs-win).

After ctrl+s there "EPERM: operation not permitted, mkdir 'x:\HTML_mustry'" there is a problem, becaushe directory exists, but windows and linux have different attitude in case of existing dir (merge versus replace).

I was trying to find any solution, and found this in vscode: https://github.com/microsoft/vscode/issues/51915

I think that it is maybe related, mabye not, is there any chance it can be the same reason?

Thanks!

szeberli commented 4 months ago

I have the same problem. Is there a solution?

karyslav commented 4 months ago

We stopped using this solution. So we did not solve this.