class LSProtocol::WorkspaceFoldersInitializeParams
- LSProtocol::WorkspaceFoldersInitializeParams
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
lsprotocol/types.crConstructors
Instance Method Summary
-
#workspace_folders : Array(WorkspaceFolder) | Nil
The workspace folders configured in the client when the server starts.
Constructor Detail
Instance Method Detail
def workspace_folders : Array(WorkspaceFolder) | Nil
#
The workspace folders configured in the client when the server starts.
This property is only available if the client supports workspace folders.
It can be null
if the client supports workspace folders but none are
configured.
@since 3.6.0