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 c85c58b commit 5263371Copy full SHA for 5263371
packages/core/src/codewhispererChat/tools/listDirectory.ts
@@ -48,7 +48,7 @@ export class ListDirectory {
48
updates.end()
49
}
50
51
- public async invoke(updates: Writable): Promise<InvokeOutput> {
+ public async invoke(updates?: Writable): Promise<InvokeOutput> {
52
try {
53
const fileUri = vscode.Uri.file(this.fsPath)
54
const listing = await readDirectoryRecursively(fileUri, 0)
0 commit comments