Skip to content

Commit 2789b77

Browse files
chore: generate
1 parent 8718b98 commit 2789b77

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

  • packages/opencode/src/tool

packages/opencode/src/tool/lsp.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,7 @@ export const LspTool = Tool.define(
4242
return {
4343
description: DESCRIPTION,
4444
parameters: Parameters,
45-
execute: (
46-
args: Schema.Schema.Type<typeof Parameters>,
47-
ctx: Tool.Context,
48-
) =>
45+
execute: (args: Schema.Schema.Type<typeof Parameters>, ctx: Tool.Context) =>
4946
Effect.gen(function* () {
5047
const file = path.isAbsolute(args.filePath) ? args.filePath : path.join(Instance.directory, args.filePath)
5148
yield* assertExternalDirectoryEffect(ctx, file)

0 commit comments

Comments
 (0)