macOS: Arduino IDE 2.3.6 Plugins Not Working, Missing Folders

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

  • appData Per-user application data directory, which by default points to:
    • %APPDATA% on Windows
    • $XDG_CONFIG_HOME or ~/.config on Linux
    • ~/Library/Application Support on macOS

[...]

  • userData The directory for storing your app's configuration files, which by default is the appData directory 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.