pub async fn SearchFindFiles(
RunTime: Arc<ApplicationRunTime>,
Arguments: Vec<Value>,
) -> Result<Value, String>Expand description
search:findFiles / search:fileSearch / search:searchFile.
Wire contract: positional Arguments = [includePattern, excludePattern?,
maxResults?, useIgnoreFiles?, followSymlinks?]. Delegates to
WorkspaceProvider::FindFilesInWorkspace which returns Vec<Url>;
we reshape to Vec<String> for the renderer.