Loading Unitful from cache takes forever at every VScode restart

Hello,

I am using a large environment that loads several packages. The language server takes several minutes (!!!) every time it loads Unitful from cache. The other packages go just fine!

[ Info: Done loading EasyFit from cache... (took 14.0s)
[ Info: Loading Unitful from cache...
[ Info: Done loading Unitful from cache... (took 460.0s)
...
[ Info: Loading DSP from cache... (3%)
[ Info: Done loading DSP from cache... (took 0.016s) (3%)

Do you know why? and how to fix it?

Consider deleting the cache file. It’s possible that it got corrupted somehow. If that doesn’t help, let me know what Julia/Unitful versions you’re seeing this on and I’ll try to repro the issue.