fix: emit formatter events from hashline-edit tool (fixes #2117)

This commit is contained in:
YeonGyu-Kim
2026-03-23 18:22:49 +09:00
parent d5d7c7dd26
commit f95d3b1ef5
4 changed files with 157 additions and 4 deletions
+1 -1
View File
@@ -126,7 +126,7 @@ export function createToolRegistry(args: {
const hashlineEnabled = pluginConfig.hashline_edit ?? false
const hashlineToolsRecord: Record<string, ToolDefinition> = hashlineEnabled
? { edit: createHashlineEditTool() }
? { edit: createHashlineEditTool(ctx) }
: {}
const allTools: Record<string, ToolDefinition> = {