class LSProtocol::DidChangeConfigurationParams

Overview

The parameters of a change configuration notification.

Included Modules

Defined in:

lsprotocol/types.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(settings : LSPAny | Nil) #

[View source]

Instance Method Detail

def settings : LSPAny #

The actual changed settings


[View source]