Global (device) cache being reset/overwritten on Windows after OMP upgrades #7067
Closed
lewis-yeung
started this conversation in
General
Replies: 1 comment 3 replies
|
@lewis-yeung do you install the MSIX? Because that one CAN expire as it lives inside the package which can change identifier. |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I'm used to enabling the live reloading feature. However, I always have to re-enable it by running
oh-my-posh enable reloadon Windows, because the entryreloadin the global (device) cache can be lost after OMP upgrades. Normally, the entry should never expire, right? I'm not sure whether this bug is related to that I have anupgradesegment in my config which updates the global cache entryupgrade_segmentafter OMP upgrades, but I think the global cache should not be entirely reset or overwritten.All reactions