Browsed the code and noticed this line
// if more than 100 entries, chrome will limit it
in (private) function getModules(subDirEntry){....
getModules(subDirEntry){...
How does the IDE user experience this limit?
For, example, if the directory has more than 100 entries, will only the first 100 be considered / processed / shown?
@allObjects started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Browsed the code and noticed this line
in (private) function
getModules(subDirEntry){...
.How does the IDE user experience this limit?
For, example, if the directory has more than 100 entries, will only the first 100 be considered / processed / shown?