readonly - clarify how glob patterns match from settings

This commit is contained in:
Benjamin Pasero
2023-05-11 20:58:13 +02:00
parent 9083e8dacf
commit 70ecd26862
2 changed files with 4 additions and 4 deletions

View File

@@ -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': {