MCPcopy Create free account
hub / github.com/Zoo-Code-Org/Zoo-Code / findFiles

Method findFiles

packages/vscode-shim/src/api/WorkspaceAPI.ts:120–123  ·  view source on GitHub ↗
(_include: string, _exclude?: string)

Source from the content-addressed store, hash-verified

118 }
119
120 findFiles(_include: string, _exclude?: string): Thenable<Uri[]> {
121 // Basic implementation - could be enhanced with glob patterns
122 return Promise.resolve([])
123 }
124
125 async openTextDocument(uri: Uri): Promise<TextDocument> {
126 logs.debug(`openTextDocument called for: ${uri.fsPath}`, "VSCode.Workspace")

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected