You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/nls/root/strings.js
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -249,8 +249,8 @@ define({
249
249
"INCLUDE_FILE_FILTER_DROPDOWN": "Include",
250
250
"EDIT_FILE_FILTER": "Edit\u2026",
251
251
"FILE_FILTER_DIALOG": "Edit Exclusion Filter",
252
-
"FILE_FILTER_INSTRUCTIONS": "Exclude files and folders matching any of the following <a href='{0}' title='{0}'>ignore wildcards</a>. Enter each string on a new line.",
253
-
"FILE_FILTER_INSTRUCTIONS_INCLUDE": "Include only files and folders matching any of the following <a href='{0}' title='{0}'>ignore wildcards</a>. Enter each string on a new line.",
252
+
"FILE_FILTER_INSTRUCTIONS": "Exclude files and folders matching any of the following <a href='{0}' title='{0}'>ignore wildcards</a>. Enter each string on a new line. E.g. <ul><li><code>*.js</code> will match <code>a/b/x.js</code>, <code>xyx.js</code>, etc..</li> <li><code>./*.css</code> will only match <code>x.css</code> in project root, but not <code>y/x.css</code> in sub folder.</li></ul>",
253
+
"FILE_FILTER_INSTRUCTIONS_INCLUDE": "Include only files and folders matching any of the following <a href='{0}' title='{0}'>ignore wildcards</a>. Enter each string on a new line. E.g. <ul><li><code>*.js</code> will match <code>a/b/x.js</code>, <code>xyx.js</code>, etc..</li> <li><code>./*.css</code> will only match <code>x.css</code> in project root, but not <code>y/x.css</code> in sub folder.</li></ul>",
254
254
"FILTER_NAME_PLACEHOLDER": "Name this exclusion set (optional)",
0 commit comments