Skip to content

Commit 3ae9cc0

Browse files
Update ide.ts
1 parent d8887e0 commit 3ae9cc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/protocol/ide.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export type ToIdeFromWebviewOrCoreProtocol = {
2929
openFile: [{ path: string }, void];
3030
openUrl: [string, void];
3131
runCommand: [{ command: string; options?: TerminalOptions }, void];
32-
getSearchResults: [{ query: string }, string];
32+
getSearchResults: [{ query: string; maxResults?: number }, string];
3333
getFileResults: [{ pattern: string; maxResults?: number }, string[]];
3434
subprocess: [{ command: string; cwd?: string }, [string, string]];
3535
saveFile: [{ filepath: string }, void];

0 commit comments

Comments
 (0)