Documentation ¶
Overview ¶
Code generated by 'just lsp-generate'. DO NOT EDIT.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LogSink ¶ added in v0.161.0
type LogSink struct {
// contains filtered or unexported fields
}
func NewLogSink ¶ added in v0.161.0
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
Server is a language server.
func (*Server) OnBuildFailed ¶ added in v0.262.0
func (*Server) OnBuildStarted ¶ added in v0.262.0
func (s *Server) OnBuildStarted(module buildengine.Module)
OnBuildStarted clears diagnostics for the given directory. New errors will arrive later if they still exist. Also emit an FTL message to set the status.
func (*Server) OnBuildSuccess ¶ added in v0.262.0
func (s *Server) OnBuildSuccess()
Click to show internal directories.
Click to hide internal directories.