Explorar el Código

chore: generate

opencode-agent[bot] hace 4 meses
padre
commit
347526e9fd

+ 1 - 3
packages/opencode/src/cli/cmd/tui/feature-plugins/sidebar/lsp.tsx

@@ -22,9 +22,7 @@ function View(props: { api: TuiPluginApi }) {
       </box>
       <Show when={list().length <= 2 || open()}>
         <Show when={list().length === 0}>
-          <text fg={theme().textMuted}>
-            {off() ? "LSPs are disabled" : "LSPs will activate as files are read"}
-          </text>
+          <text fg={theme().textMuted}>{off() ? "LSPs are disabled" : "LSPs will activate as files are read"}</text>
         </Show>
         <For each={list()}>
           {(item) => (