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
messageActionItem?: {
/**
* Whether the client supports additional attributes which
* are preserved and sent back to the server in the
* request's response.
*/
additionalPropertiesSupport?: boolean;
};
But how should I create a MessageActionItem with additional properties? I tried:
However, now that I think about it, you would probably also need to use a custom LanguageServerProtocol object so that pygls uses your custom definition when deserialsing the result
It might also be worth opening an issue in the lsprotocol repo and see if it's possible to add support for additional fields to the MessageActionItem class
ShowMessageRequestClientCapabilities of ShowMessageRequest has this:
But how should I create a MessageActionItem with additional properties? I tried:
Thanks
The text was updated successfully, but these errors were encountered: