Procházet zdrojové kódy

docs: rm incorrect lsp mention (#2677)

Aiden Cline před 11 měsíci
rodič
revize
0e409842e8
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      packages/web/src/content/docs/lsp.mdx

+ 1 - 1
packages/web/src/content/docs/lsp.mdx

@@ -3,7 +3,7 @@ title: LSP Servers
 description: opencode integrates with your LSP servers.
 description: opencode integrates with your LSP servers.
 ---
 ---
 
 
-opencode integrates with your Language Server Protocol (LSP) to help the LLM interacts with your codebase. It uses diagnostics to provide feedback to the LLM. And _go-to-definition_ and _find-references_ to help navigate your codebase.
+opencode integrates with your Language Server Protocol (LSP) to help the LLM interacts with your codebase. It uses diagnostics to provide feedback to the LLM.
 
 
 ---
 ---