Hi @seldomintune.
The Arduino IDE application uses the identifier "arduino-ide" internally:
which is then used by the Electron application framework on which Arduino IDE is built:
https://www.electronjs.org/docs/latest/api/app#appgetpathname
appDataPer-user application data directory, which by default points to:
%APPDATA%on Windows$XDG_CONFIG_HOMEor~/.configon Linux~/Library/Application Supporton macOS[...]
userDataThe directory for storing your app's configuration files, which by default is theappDatadirectory appended with your app's name.
So this is normal and expected.
That is correct.
That is incorrect.
You can try the suggestion provided here by the author of the extension:
https://github.com/earlephilhower/arduino-littlefs-upload/issues/80#issuecomment-2596131864
Please triple check you have actually completely exited/killed and restarted the IDE after installation. I've heard that Macs sometimes leave the app actually running in the background when they appear to have exited.
If all else fails, try the "nuclear option" of restarting your computer.