Skip to content

Commit 9bccab9

Browse files
committed
Fix setting description typo, edit for clarity
1 parent 4a0cba8 commit 9bccab9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/vs/workbench/parts/search/electron-browser/search.contribution.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -675,7 +675,7 @@ configurationRegistry.registerConfiguration({
675675
'search.usePCRE2': {
676676
type: 'boolean',
677677
default: false,
678-
description: nls.localize('search.usePCRE2', "Whether to use the PCRE2 regex engine in text search. This enables using some advaned regex features like lookbehind and backreferences.")
678+
description: nls.localize('search.usePCRE2', "Whether to use the PCRE2 regex engine in text search. This enables using some advanced regex features like lookbehind and backreferences. However, not all PCRE2 features are supported - only features that are also supported by JavaScript.")
679679
}
680680
}
681681
});

0 commit comments

Comments
 (0)