In a Che Theia environment, the below message appears in Zowe Explorer after it had been left idle for a while. The message also appears after doing a screen refresh.

I think this occurs due to usage of user (global) settings. The Zowe Explorer stores profile metadata in user settings, so the number of prompts you see upon refresh increase with the number of connection profiles managed in the Zowe explorer.
Can Zowe explorer profile metadata be stored in workspace (local) settings? Is it configurable? May be a good short-term workaround.
@crawr could you please assign this issue to a target milestone (1.1, 1.2, or 1.3)?
Changing the configuration from global to local will not prevent these pop-up error message.
Open questions and considerations:
* Should this implementation of local config settings just be unique to a Theia route or should this be implemented to VSCode as well?I would say, try it. I don't have any objections for the persisted values for favorites, history and sessions to become local particulalry if it means consistency between Theia and VSCode. I wouldn't want to touch anything else such as Zowe-Temp-Folder-Location as I don't understand it's use.
Updates and Findings:
Fixed by PR #7110 in Theia repository
The pop-up does not appear on startup, after session has been left idle for a while, and after screen refresh.
Most helpful comment
Updates and Findings: