Is there a way to know the size of the files in the project? or at least the total size
Is possible to get via console or is it a feature already?
Is there a way to know the size of the files in the project? or at least the total size
Is possible to get via console or is it a feature already?
You can run du -sh .
to get the size of your project.
Click this in the editor (bottom left)
then the “disk space” is the space of your project.
You can subscribe to Boosted (pay) and get more space
Also with the flag --max-depth=1
to not get terminal spam. This does not work on the windows version of coreutils/busybox btw
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.