lexical-lsp / lexical

Lexical is a next-generation elixir language server
782 stars 77 forks source link

Remove `updated_at` in the Entry struct. #594

Closed scohen closed 4 months ago

scohen commented 4 months ago

The ID is now a snowflake, and can be turned into the updated_at easily.

Saves around 10mb on-disk in the lexical project.