-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Labels
Description
Since data models in lsprotocol.types only contain basic data types and not likely needs to change their properties dynamically, it would be nice to mark them as @attrs.define(frozen=True) so that they will be hashable, as attrs documentation says. This change will be convenient for user to do some caching based on lsprotocol.
Reactions are currently unavailable