Replies: 1 comment 12 replies
-
Well generally, things that are functions aren't really safe when used as file or directory local variables, because functions have side-effects, at least how I understand what "safe" means in this context. But I'm definitely not an expert. But just imagine I give you a project to work on with a directory local definition of |
Beta Was this translation helpful? Give feedback.
12 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As its docstring describes, the directory-local value of
eglot-workspace-configuration
can be set to a unary function. However, the code does not correspond to this description.Is this intentional or does it need to be adjusted?
Beta Was this translation helpful? Give feedback.
All reactions