You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previously the persistent file cache would crash if the temporary directory
could not be detected, or did not exist. This commit changes the detection to
be cross platform supported and adds error detection if the cache directory
could not be created. If the the cache directory is unable to be created all
calls to the persistent file cache then emulate as if the cache is empty thereby
still allowing the language server to operate. This commit also adds tests for
this scenario.
James mentioned that the language server crashed on Mac with the file cache enabled. Need to repro and investigate
The text was updated successfully, but these errors were encountered: