提交 9265607e 编写于 作者: P Peng Lyu

update find results limit comment.

上级 ea09c486
...@@ -396,7 +396,7 @@ export class FindModelBoundToEditorModel { ...@@ -396,7 +396,7 @@ export class FindModelBoundToEditorModel {
const findScope = this._decorations.getFindScope(); const findScope = this._decorations.getFindScope();
if (findScope === null && this._state.matchesCount >= MATCHES_LIMIT) { if (findScope === null && this._state.matchesCount >= MATCHES_LIMIT) {
// 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
this._largeReplaceAll(); this._largeReplaceAll();
} else { } else {
this._regularReplaceAll(findScope); this._regularReplaceAll(findScope);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册