Deprecate search.usePCRE2 setting

This commit is contained in:
Rob Lourens 2019-07-02 19:52:48 -07:00
parent 8237428f21
commit 57cb739976

View file

@ -741,7 +741,8 @@ configurationRegistry.registerConfiguration({
'search.usePCRE2': {
type: 'boolean',
default: false,
description: nls.localize('search.usePCRE2', "Whether to use the PCRE2 regex engine in text search. This enables using some advanced regex features like lookahead and backreferences. However, not all PCRE2 features are supported - only features that are also supported by JavaScript.")
description: nls.localize('search.usePCRE2', "Whether to use the PCRE2 regex engine in text search. This enables using some advanced regex features like lookahead and backreferences. However, not all PCRE2 features are supported - only features that are also supported by JavaScript."),
deprecationMessage: nls.localize('usePCRE2Deprecated', "Deprecated. PCRE2 will be used automatically when using regex features that are only supported by PCRE2."),
},
'search.actionsPosition': {
type: 'string',