struct LSP::WorkspaceFolder
- LSP::WorkspaceFolder
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
lsp/protocol/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
The name of the workspace folder. Used to refer to this workspace folder in the user interface.
The name of the workspace folder. Used to refer to this workspace folder in the user interface.