You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As specified in `lsp-mode.el`:
> (defun lsp-register-custom-settings (props)
> "Register PROPS.
> PROPS is list of triple (path value boolean?) where PATH is the path to the
> property; VALUE can be a literal value, symbol to be evaluated, or either a
> function or lambda function to be called without arguments; BOOLEAN? is an
> optional flag that should be non-nil for boolean settings, when it is nil the
> property will be ignored if the VALUE is nil."
0 commit comments