(context *glsp.Context, params *protocol.InitializedParams)
| 154 | } |
| 155 | |
| 156 | func (s *Server) Initialized(context *glsp.Context, params *protocol.InitializedParams) error { |
| 157 | s.initialized = true |
| 158 | return nil |
| 159 | } |
| 160 | |
| 161 | func (s *Server) shutdown(ctx *glsp.Context) error { |
| 162 | _, _ = s.telemetry.Publish(context.Background()) |