View Source GenLSP.Structures.WorkspaceFoldersInitializeParams (gen_lsp v0.10.0)
Link to this section Summary
Functions
Fields
workspace_folders: The workspace folders configured in the client when the server starts.
Link to this section Types
@type t() :: %GenLSP.Structures.WorkspaceFoldersInitializeParams{ workspace_folders: ([GenLSP.Structures.WorkspaceFolder.t()] | nil) | nil }
Link to this section Functions
fields
Fields
workspace_folders: 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