Documentation ¶
Overview ¶
Package tmls implements a Terramate Language Server (LSP).
Index ¶
Constants ¶
View Source
const ( ErrUnrecognizedCommand errors.Kind = "terramate-ls: unknown command" ErrCreateStackUnrecognizedArg errors.Kind = "terramate-ls: terramate.createStack: unrecognized argument" ErrCreateStackNoArguments errors.Kind = "terramate-ls: terramate.createStack requires at least 1 argument" ErrCreateStackInvalidArgument errors.Kind = "terramate-ls: terramate.createStack: invalid argument" ErrCreateStackMissingRequired errors.Kind = "terramate-ls: terramate.createStack: missing required argument" ErrCreateStackFailed errors.Kind = "terramate-ls: terramate.createStack failed" )
Errors created by the commands handling.
View Source
const MethodExecuteCommand = "workspace/executeCommand"
MethodExecuteCommand is the LSP method name for invoking server commands.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.