Acode icon indicating copy to clipboard operation
Acode copied to clipboard

Directory Parsing Issues

Open krypterro opened this issue 2 years ago • 1 comments

On the latest build, 1.8.5 (298) on Android ACode now continuously wastes resources trying to map remote folders over SFTP. This is a problem when there is low bandwidth, and a very large number of files.

In Python we often use virtual environments, which is where our software libraries live, and there can easily be several thousand small files.

Ideally ACode would not index any folder beginning with . on Linux (hidden folders) unless the user opens the folder, but in this case ACode fails, so I'm not sure what the problem is there.

Screenshot_20230718_155129_Acode

krypterro avatar Jul 18 '23 21:07 krypterro

Ok, I'll give option skip listening files. Listing files would help search over project.

For now go settings and click on edit settings.json and change the value of maxFiles and maxFolders to zero.

deadlyjack avatar Jul 19 '23 01:07 deadlyjack