Revert "fix(core): auto-correct file paths in smart edit where possible" (#10009)

This commit is contained in:
Gal Zahavi
2025-09-26 18:05:48 -07:00
committed by GitHub
parent 80a414be97
commit eb1a6a6091
4 changed files with 6 additions and 159 deletions

View File

@@ -44,8 +44,4 @@ export class AcpFileSystemService implements FileSystemService {
sessionId: this.sessionId,
});
}
findFiles(fileName: string, searchPaths: readonly string[]): string[] {
return this.fallback.findFiles(fileName, searchPaths);
}
}