struct

LSP::ExecuteCommandOptions

Inherits LSP::WorkDoneProgressOptions < JSON::Serializable < Struct < Value < Object

Constructors

new(pull : JSON::PullParser)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

commands

The commands to be executed on the server

Source
commands=(commands : Array(String))

The commands to be executed on the server

Source