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: package.json
+3-3
Original file line number
Diff line number
Diff line change
@@ -34,12 +34,12 @@
34
34
"properties": {
35
35
"html-css-class-completion.includeGlobPattern": {
36
36
"type": "string",
37
-
"default": "**/*",
38
-
"description": "A glob pattern that defines the folders to search for. The glob pattern will be matched against the paths of resulting matches relative to their workspace."
37
+
"default": "**/*.{css,html}",
38
+
"description": "A glob pattern that defines files and folders to search for. The glob pattern will be matched against the paths of resulting matches relative to their workspace."
39
39
},
40
40
"html-css-class-completion.excludeGlobPattern": {
41
41
"type": "string",
42
-
"default": "node_modules∕*",
42
+
"default": "",
43
43
"description": "A glob pattern that defines files and folders to exclude. The glob pattern will be matched against the file paths of resulting matches relative to their workspace."
0 commit comments