Skip to content

Commit 9265607

Browse files
committed
update find results limit comment.
1 parent ea09c48 commit 9265607

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/vs/editor/contrib/find/findModel.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ export class FindModelBoundToEditorModel {
396396
const findScope = this._decorations.getFindScope();
397397

398398
if (findScope === null && this._state.matchesCount >= MATCHES_LIMIT) {
399-
// Doing a replace on the entire file that is over 1k matches
399+
// Doing a replace on the entire file that is over ${MATCHES_LIMIT} matches
400400
this._largeReplaceAll();
401401
} else {
402402
this._regularReplaceAll(findScope);

0 commit comments

Comments
 (0)