mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-03 23:06:49 +01:00
glob - use a generic aka.ms link for glob help (#185759)
This commit is contained in:
@@ -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': {
|
||||
|
||||
Reference in New Issue
Block a user