We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea09c48 commit 9265607Copy full SHA for 9265607
1 file changed
src/vs/editor/contrib/find/findModel.ts
@@ -396,7 +396,7 @@ export class FindModelBoundToEditorModel {
396
const findScope = this._decorations.getFindScope();
397
398
if (findScope === null && this._state.matchesCount >= MATCHES_LIMIT) {
399
- // Doing a replace on the entire file that is over 1k matches
+ // Doing a replace on the entire file that is over ${MATCHES_LIMIT} matches
400
this._largeReplaceAll();
401
} else {
402
this._regularReplaceAll(findScope);
0 commit comments