You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: package.json
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -130,6 +130,12 @@
130
130
"title": "Use ripgrep",
131
131
"description": "Use the experimental `ripgrep` search crawler. This will make searches substantially faster on large projects."
132
132
},
133
+
"enablePCRE2": {
134
+
"type": "boolean",
135
+
"default": false,
136
+
"title": "Enable PCRE2 regex engine",
137
+
"description": "Enable PCRE2 regex engine (applies only to `ripgrep` search). This will enable additional regex features such as lookbehind, but may make searches slower."
0 commit comments