class
LSP::WorkspaceFoldersServerCapabilities
- LSP::WorkspaceFoldersServerCapabilities
- Reference
- Object
Included Modules
Defined in:
base/capabilities/workspace_edit_capabilities.crConstructors
Instance Method Summary
-
#change_notifications : String | Bool | Nil
Whether the server wants to receive workspace folder change notifications.
-
#change_notifications=(change_notifications : String | Bool | Nil)
Whether the server wants to receive workspace folder change notifications.
-
#supported : Bool | Nil
The server has support for workspace folders
-
#supported=(supported : Bool | Nil)
The server has support for workspace folders
Macros inherited from module JSON::Serializable
json_discriminator(field, mapping, *, default = nil)
json_discriminator
Constructor Detail
Instance Method Detail
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.
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.