I'm trying to reinstall the Arduino IDE 2.0 from a 100% clean state on macOS, but despite deleting ~/Arduino15 and my best efforts to find and delete all Arduino files in ~/Library, when I reinstall the IDE, it still remembers preferences such as the IDE theme and board manager URLs.
Can somebody tell me where these preferences are saved?
(It's not ~/Library/Preferences/cc.arduino.IDE2.plist, because I deleted that one too.)
This is actually blocking my work because I've somehow arrived in a state that produces a bug that seemingly can't be reproduced on other computers, so it's important that I remove all traces of Arduino.
Thank you for the quick response, @ptillisch! Indeed the .arduinoIDE path had evaded me and that's where these preferences were held.
Bitter-sweet result, though, because although that did not solve the issue I was trying to smoke-out, eliminating that theory did refocus my efforts and I discovered the root cause somewhere else completely (not in the IDE). Whew!