Skip to content

Commit dbfff26

Browse files
committed
remove unused fucntiosn
1 parent 2ace8fe commit dbfff26

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

internal/lsp/server.go

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -917,13 +917,6 @@ func (s *Server) handleDocumentOnTypeFormat(ctx context.Context, ls *ls.Language
917917
)
918918
}
919919

920-
func (s *Server) handleInlayHints(ctx context.Context, ls *ls.LanguageService, params *lsproto.InlayHintParams) (lsproto.InlayHintResponse, error) {
921-
// !!!
922-
// userPreferences, _ := s.Configure(ctx)
923-
// return ls.ProvideInlayHints(ctx, params, userPreferences), nil
924-
panic("unimplemented")
925-
}
926-
927920
func (s *Server) handleWorkspaceSymbol(ctx context.Context, params *lsproto.WorkspaceSymbolParams, reqMsg *lsproto.RequestMessage) (lsproto.WorkspaceSymbolResponse, error) {
928921
snapshot, release := s.session.Snapshot()
929922
defer release()

0 commit comments

Comments
 (0)