Skip to content

Commit a5478bc

Browse files
hughlillylramos15
andauthored
adds to files.exclude desc re: explorer.excludeGitIgnore (microsoft#165111)
* adds to `files.exclude` desc re: `explorer.excludeGitIgnore` Adds a note to the description for `files.exclude` to prompt the user to also check the `explorer.excludeGitIgnore` setting. * Try to stay consistent in wording Co-authored-by: Logan Ramos <[email protected]>
1 parent 4d40ea2 commit a5478bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/files/browser/files.contribution.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ configurationRegistry.registerConfiguration({
138138
'properties': {
139139
[FILES_EXCLUDE_CONFIG]: {
140140
'type': 'object',
141-
'markdownDescription': nls.localize('exclude', "Configure [glob patterns](https://code.visualstudio.com/docs/editor/codebasics#_advanced-search-options) for excluding files and folders. For example, the file explorer decides which files and folders to show or hide based on this setting. Refer to the `#search.exclude#` setting to define search-specific excludes."),
141+
'markdownDescription': nls.localize('exclude', "Configure [glob patterns](https://code.visualstudio.com/docs/editor/codebasics#_advanced-search-options) for excluding files and folders. For example, the file explorer decides which files and folders to show or hide based on this setting. Refer to the `#search.exclude#` setting to define search-specific excludes. Refer to the `#explorer.excludeGitIgnore#` setting for ignorings files based on your `.gitignore`."),
142142
'default': {
143143
...{ '**/.git': true, '**/.svn': true, '**/.hg': true, '**/CVS': true, '**/.DS_Store': true, '**/Thumbs.db': true },
144144
...(isWeb ? { '**/*.crswap': true /* filter out swap files used for local file access */ } : undefined)

0 commit comments

Comments
 (0)