I would like to inspect the various settings the editor maintains because I'm getting a weird error where Godot seems to be insisting that JAVA_HOME is set to a directory from an old Java installation and is ignoring the current installed location that is set in the environment variables. I'm guessing that the Godot editor saved this old directory path in a cache somewhere more than a year ago, and I'd like to inspect what state the editor is saving in a text editor to make sure that its not being store there. Trouble is, I have no idea where to look for this file on a Windows machine.