Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Options ¶
type Options struct {
Logger *slog.Logger
// PublishDiagnostics optionally overrides outbound diagnostics publishing.
// It is primarily intended for tests.
PublishDiagnostics func(context.Context, *protocol.PublishDiagnosticsParams) error
}
Options configures the LSP transport service.
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
Server handles the minimal LSP lifecycle required for phase 3.
Click to show internal directories.
Click to hide internal directories.