Closed alexbet closed 9 years ago
I think this is coused by new Atom API. I solved this problem by following steps:
1) Open lib/filesystem/FileManager.js
2) At line 98 find this code: self.addToStack($(this).view().getPath());
3) Replace it with this code: self.addToStack($("span", this).data("path"));
4) Restart ATOM / or reload VIEW->RELOAD
Hi guys,
Sorry for the long period of inactivity.
We are currently working on a new version : better code, more stable, and bug fixes. This bug will be fixed at the next release.
Thank you for using our work ! :)
Hi guys,
A new version (1.0.0) was published tonight. Feel free to reopen if the problem is still there.
Enjoy ! :D
Getting this error when trying to upload file from sidebar by right-clicking on the file and choosing "FTP/SFTP Upload selection" (see screen shot).