mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-07 01:25:38 -05:00
Update setting description product name (Code -> ADS) (#17912)
This commit is contained in:
@@ -241,7 +241,7 @@ configurationRegistry.registerConfiguration({
|
||||
'files.watcherExclude': {
|
||||
'type': 'object',
|
||||
'default': isWindows /* https://github.com/microsoft/vscode/issues/23954 */ ? { '**/.git/objects/**': true, '**/.git/subtree-cache/**': true, '**/node_modules/*/**': true, '**/.hg/store/**': true } : { '**/.git/objects/**': true, '**/.git/subtree-cache/**': true, '**/node_modules/**': true, '**/.hg/store/**': true },
|
||||
'description': nls.localize('watcherExclude', "Configure glob patterns of file paths to exclude from file watching. Patterns must match on absolute paths (i.e. prefix with ** or the full path to match properly). Changing this setting requires a restart. When you experience Code consuming lots of CPU time on startup, you can exclude large folders to reduce the initial load."),
|
||||
'description': locConstants.watcherExclude, // {{SQL CARBON EDIT}} Product name to ADS
|
||||
'scope': ConfigurationScope.RESOURCE
|
||||
},
|
||||
'files.hotExit': hotExitConfiguration,
|
||||
|
||||
Reference in New Issue
Block a user