struct LSP::WorkspaceFolders
- LSP::WorkspaceFolders
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
lsp/protocol/workspace_folders.crConstructors
Instance Method Summary
-
#change_notifications : String | Bool
Whether the server wants to receive workspace folder change notifications.
-
#change_notifications=(change_notifications : String | Bool)
Whether the server wants to receive workspace folder change notifications.
-
#supported=(supported : Bool)
The server has support for workspace folders
-
#supported? : Bool
The server has support for workspace folders
Constructor Detail
Instance Method Detail
Whether the server wants to receive workspace folder change notifications.
If a strings is provided the string is treated as a 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 strings is provided the string is treated as a 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.