struct LSP::CodeDescription

Overview

Structure to capture a description for an error code.

Included Modules

Defined in:

lsp/diagnostic.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def href : String #

An URI to open with more information about the diagnostic error.


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

An URI to open with more information about the diagnostic error.


[View source]