From 40e16d1913ae73647b3c87c2d5d01a45bf6523e2 Mon Sep 17 00:00:00 2001 From: Christian Rocha Date: Mon, 4 Aug 2025 21:36:37 -0400 Subject: [PATCH] chore: remove commented code Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- internal/tui/components/lsp/lsp.go | 1 - 1 file changed, 1 deletion(-) diff --git a/internal/tui/components/lsp/lsp.go b/internal/tui/components/lsp/lsp.go index 893e6470d9f99992fe9d195e5500db8a3891c763..f2546c945e436ca196064dda5b50d35583d5b2ab 100644 --- a/internal/tui/components/lsp/lsp.go +++ b/internal/tui/components/lsp/lsp.go @@ -57,7 +57,6 @@ func RenderLSPList(lspClients map[string]*lsp.Client, opts RenderOptions) []stri } // Determine icon color and description based on state - // iconColor := t.FgMuted icon := t.ItemOfflineIcon description := l.LSP.Command