We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8887e0 commit 3ae9cc0Copy full SHA for 3ae9cc0
core/protocol/ide.ts
@@ -29,7 +29,7 @@ export type ToIdeFromWebviewOrCoreProtocol = {
29
openFile: [{ path: string }, void];
30
openUrl: [string, void];
31
runCommand: [{ command: string; options?: TerminalOptions }, void];
32
- getSearchResults: [{ query: string }, string];
+ getSearchResults: [{ query: string; maxResults?: number }, string];
33
getFileResults: [{ pattern: string; maxResults?: number }, string[]];
34
subprocess: [{ command: string; cwd?: string }, [string, string]];
35
saveFile: [{ filepath: string }, void];
0 commit comments