struct LSP::WorkspaceFoldersServerCapabilities
- LSP::WorkspaceFoldersServerCapabilities
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
lsp/capabilities/workspace_folders_server_capabilities.crConstructors
- .new(pull : JSON::PullParser)
- .new(supported : Bool | Nil = false, change_notifications : Bool | String | Nil = false)
Instance Method Summary
- #change_notifications : String | Bool | Nil
- #change_notifications=(change_notifications : String | Bool | Nil)
-
#supported : Bool | Nil
The server has support for workspace folders
-
#supported=(supported : Bool | Nil)
The server has support for workspace folders