fimbullinter / wotan

Pluggable TypeScript and JavaScript linter
Apache License 2.0
282 stars 23 forks source link

Use cache in LanguageService plugin #759

Closed ajafff closed 3 years ago

ajafff commented 3 years ago

Follow up to #370

In the language service plugin, we should not read and write the actual cache file on disk. Instead we maintain an in-memory state. That means no warm start, but also less overhead for IO. It also avoids invalidating the cache by different setttings for useSourceOfProjectReferenceRedirect

ajafff commented 3 years ago

:tada: This issue has been resolved in version v0.24.0 :tada: