mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-04 07:15:54 +01:00
readonly - clarify how glob patterns match from settings
This commit is contained in:
@@ -320,7 +320,7 @@ const registry = Registry.as<IConfigurationRegistry>(ConfigurationExtensions.Con
|
||||
'patternProperties': {
|
||||
'.*': { 'type': 'boolean' }
|
||||
},
|
||||
'markdownDescription': localize('exclude', "Configure [glob patterns](https://code.visualstudio.com/docs/editor/codebasics#_advanced-search-options) for excluding files from the local file history. Changing this setting has no effect on existing local file history entries."),
|
||||
'markdownDescription': localize('exclude', "Configure paths or [glob patterns](https://code.visualstudio.com/docs/editor/codebasics#_advanced-search-options) for excluding files from the local file history. Glob patterns are always evaluated relative to the path of the workspace folder unless they are absolute paths. Changing this setting has no effect on existing local file history entries."),
|
||||
'scope': ConfigurationScope.RESOURCE
|
||||
},
|
||||
'workbench.localHistory.mergeWindow': {
|
||||
|
||||
Reference in New Issue
Block a user