fwcd / kotlin-language-server

Kotlin code completion, diagnostics and more for any editor/IDE using the Language Server Protocol
MIT License
1.62k stars 203 forks source link

Add versioning to the database schema for invalidation after bug fixes #503

Closed fwcd closed 11 months ago

fwcd commented 11 months ago

We'll want to be able to evolve it to fix issues like #470 where the schema doesn't change, but we'd want to rebuild the database anyway (due to faulty data). Since the entire db only serves as a cache, we fortunately do not need to worry about data loss here.