class LSProtocol::ShowDocumentRequest
- LSProtocol::ShowDocumentRequest
- Reference
- Object
Overview
A request to show a document. This request might open an
external program depending on the value of the URI to open.
For example a request to open https://code.visualstudio.com/
will very likely open the URI in a WEB browser.
@since 3.16.0
Included Modules
- JSON::Serializable
Defined in:
lsprotocol/types.crConstructors
Instance Method Summary
-
#id : Int32 | String
The request id.
- #jsonrpc : String
-
#method : String
The method to be invoked.
- #params : ShowDocumentParams