glob - use a generic aka.ms link for glob help (#185759)

This commit is contained in:
Benjamin Pasero
2023-06-21 14:59:19 +02:00
committed by GitHub
parent 7190530d35
commit 07faf5730d
4 changed files with 8 additions and 8 deletions

View File

@@ -327,7 +327,7 @@ const registry = Registry.as<IConfigurationRegistry>(ConfigurationExtensions.Con
'patternProperties': {
'.*': { 'type': 'boolean' }
},
'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."),
'markdownDescription': localize('exclude', "Configure paths or [glob patterns](https://aka.ms/vscode-glob-patterns) 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': {