diff --git a/src/plugin.tsx b/src/plugin.tsx index 7b37771..fc0dcd9 100644 --- a/src/plugin.tsx +++ b/src/plugin.tsx @@ -64,8 +64,8 @@ export interface ServerAPI { openFilePickerV2( startPath: string, includeFiles?: boolean, - filter?: RegExp | ((file: File) => boolean), includeFolders?: boolean, + filter?: RegExp | ((file: File) => boolean), extensions?: string[], showHiddenFiles?: boolean, allowAllFiles?: boolean,