提交 20e7685f 编写于 作者: J Johannes Rieken

tweak query options -> isRegExp, #45000

上级 8d8c2332
......@@ -259,7 +259,7 @@ declare module 'vscode' {
export interface TextSearchQuery {
pattern: string;
isRegex?: boolean;
isRegExp?: boolean;
isCaseSensitive?: boolean;
isWordMatch?: boolean;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册