未验证 提交 604d445c 编写于 作者: D Dhaiyra

added preserve case and excluse setting in FindInFile interface

上级 fc9543ac
......@@ -154,12 +154,14 @@ export abstract class FindOrReplaceInFilesAction extends Action {
export interface IFindInFilesArgs {
query?: string;
replace?: string;
preserveCase?: boolean;
triggerSearch?: boolean;
filesToInclude?: string;
filesToExclude?: string;
isRegex?: boolean;
isCaseSensitive?: boolean;
matchWholeWord?: boolean;
excludeSettingAndIgnoreFiles?: boolean;
}
export const FindInFilesCommand: ICommandHandler = (accessor, args: IFindInFilesArgs = {}) => {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册