From 91a9e455e233e454df1cfc552f2ddbf7d9fbecb8 Mon Sep 17 00:00:00 2001 From: Dax Raad Date: Fri, 30 May 2025 16:39:45 -0400 Subject: sync --- js/src/tool/lsp-hover.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/src/tool/lsp-hover.ts') diff --git a/js/src/tool/lsp-hover.ts b/js/src/tool/lsp-hover.ts index 4ffa90a75..c7a132645 100644 --- a/js/src/tool/lsp-hover.ts +++ b/js/src/tool/lsp-hover.ts @@ -5,7 +5,7 @@ import { LSP } from "../lsp"; import { App } from "../app/app"; export const LspHoverTool = Tool.define({ - name: "lsp.hover", + name: "opencode.lsp_hover", description: ` Looks up hover information for a given position in a source file using the Language Server Protocol (LSP). This includes type information, documentation, or symbol details at the specified line and character. -- cgit v1.2.3