Where does LanguageServer store its cache?

One can set a path in the LanguageServerInstance constructor (symserver_store_path). If that is not set, it will be stored in a folder called store in the SymbolServer package folder. Which is really bad, we should migrate that to scratch spaces.

3 Likes