haskell / lsp

Haskell library for the Microsoft Language Server Protocol
364 stars 91 forks source link

Use our normal auto-incrementing ids instead of UUIDs #578

Closed michaelpj closed 4 months ago

michaelpj commented 4 months ago

The spec just says they have to be unique IDs, not UUIDs, and we already have a tool for generating such things.

michaelpj commented 4 months ago

Yes, we can also remove random. great.