class

LSProtocol::NotebookDocumentIdentifier

Inherits JSON::Serializable / Reference / Object

A literal to identify a notebook document in the client.

@since 3.17.0

Constructors

new(pull : JSON::PullParser)
Source
new(uri : URI | Nil)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

uri

The notebook document's uri.

Source