Skip to content

Commit 0e0bd6c

Browse files
committed
comment
1 parent 7d7df19 commit 0e0bd6c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/core/tools/contextValidator.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ async function shouldSkipValidation(filePath: string, totalLines: number, cline:
113113

114114
/**
115115
* Validates a single-line file (likely minified) to see if it fits in context
116+
* NOTE: because we cannot chunk lines in file reads, we still cannot handle single-line files that do not fit in context
116117
*/
117118
async function validateSingleLineFile(
118119
filePath: string,

0 commit comments

Comments
 (0)