struct LSP::WorkspaceFolder
- LSP::WorkspaceFolder
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
lsp/workspace_folder.crConstructors
Instance Method Summary
-
#name : String
The name of the workspace folder.
-
#name=(name : String)
The name of the workspace folder.
-
#uri : String
The associated URI for this workspace folder.
-
#uri=(uri : String)
The associated URI for this workspace folder.
Constructor Detail
Instance Method Detail
def name : String
#
The name of the workspace folder. Used to refer to this workspace folder in the user interface.
def name=(name : String)
#
The name of the workspace folder. Used to refer to this workspace folder in the user interface.