Skip to content

Commit

Permalink
tweak query options -> isRegExp, #45000
Browse files Browse the repository at this point in the history
  • Loading branch information
jrieken committed Mar 20, 2018
1 parent 8d8c233 commit 20e7685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vs/vscode.proposed.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ declare module 'vscode' {

export interface TextSearchQuery {
pattern: string;
isRegex?: boolean;
isRegExp?: boolean;
isCaseSensitive?: boolean;
isWordMatch?: boolean;
}
Expand Down

0 comments on commit 20e7685

Please sign in to comment.