GenLSP.Protocol.Structures.WorkspaceFoldersServerCapabilities (gen_lsp v0.0.1)
properties
Properties
supported :: boolean
The server has support for workspace folders
changeNotifications :: unimplemented doc type
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.