struct LSP::NotebookDocumentIdentifier

Overview

A literal to identify a notebook document in the client.

Included Modules

Defined in:

lsp/notebook_document.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def uri : String #

The notebook document's uri.


[View source]
def uri=(uri : String) #

The notebook document's uri.


[View source]