View Source GenLSP.Structures.WorkspaceFoldersServerCapabilities (gen_lsp v0.10.0)
Link to this section Summary
Functions
Fields
supported: The server has support for workspace folders
Link to this section Types
Link to this section Functions
fields
Fields
supported: The server has support for workspace folders
change_notifications: Whether the server wants to receive workspace folder change notifications.
If a string is provided the string is treated as an ID under which the notification is registered on the client side. The ID can be used to unregister for these events using the
client/unregisterCapability
request.