From 927969e9bc3b304b40684a6bf88a509edc9ede7e Mon Sep 17 00:00:00 2001 From: kurihada Date: Wed, 17 Dec 2025 11:28:18 +0800 Subject: [PATCH] =?UTF-8?q?fix(ui):=20LSP=20=E6=8C=87=E7=A4=BA=E5=99=A8?= =?UTF-8?q?=E5=9B=BE=E6=A0=87=E6=94=B9=E7=94=A8=20Code2=20=E9=81=BF?= =?UTF-8?q?=E5=85=8D=E4=B8=8E=20Providers=20=E5=86=B2=E7=AA=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/ui/src/components/DiagnosticsIndicator.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/ui/src/components/DiagnosticsIndicator.tsx b/packages/ui/src/components/DiagnosticsIndicator.tsx index 6962e9b..a32ba70 100644 --- a/packages/ui/src/components/DiagnosticsIndicator.tsx +++ b/packages/ui/src/components/DiagnosticsIndicator.tsx @@ -8,7 +8,7 @@ import { useState, useEffect, useCallback } from 'react'; import { AlertCircle, AlertTriangle, - Server, + Code2, Loader2, } from 'lucide-react'; import { motion, AnimatePresence } from 'framer-motion'; @@ -164,7 +164,7 @@ export function DiagnosticsIndicator({ )} title={`${runningServers} Language Server${runningServers !== 1 ? 's' : ''} Running`} > - + {runningServers > 0 && {runningServers}} @@ -254,7 +254,7 @@ export function DiagnosticsIndicatorCompact({ ) : hasWarnings ? ( ) : ( - + )} {(hasErrors || hasWarnings) && (