summaryrefslogtreecommitdiffhomepage
path: root/js/src/tool/lsp-hover.ts
diff options
context:
space:
mode:
Diffstat (limited to 'js/src/tool/lsp-hover.ts')
-rw-r--r--js/src/tool/lsp-hover.ts2
1 files changed, 1 insertions, 1 deletions
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.