File tree Expand file tree Collapse file tree
extensions/css-language-features Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6666 "default" : true ,
6767 "description" : " %css.validate.desc%"
6868 },
69+ "css.alias.paths" : {
70+ "type" : " object" ,
71+ "additionalProperties" : false ,
72+ "patternProperties" : {
73+ "[^/]$" : {
74+ "type" : " string" ,
75+ "pattern" : " ((\\ .css)|/\\ *)$" ,
76+ "patternErrorMessage" : " Path must end with stylesheet filetype or folder glob '/*'"
77+ },
78+ "patternErrorMessage" : " Alias must not end with forward slash"
79+ },
80+ "scope" : " resource" ,
81+ "default" : null ,
82+ "description" : " %css.alias.paths%"
83+ },
6984 "css.hover.documentation" : {
7085 "type" : " boolean" ,
7186 "scope" : " resource" ,
382397 "default" : true ,
383398 "description" : " %scss.validate.desc%"
384399 },
400+ "scss.alias.paths" : {
401+ "type" : " object" ,
402+ "additionalProperties" : false ,
403+ "patternProperties" : {
404+ "[^/]$" : {
405+ "type" : " string" ,
406+ "pattern" : " ((\\ .s?css)|/\\ *)$" ,
407+ "patternErrorMessage" : " Path must end with stylesheet filetype or folder glob '/*'"
408+ },
409+ "patternErrorMessage" : " Alias must not end with forward slash"
410+ },
411+ "scope" : " resource" ,
412+ "default" : null ,
413+ "description" : " %scss.alias.paths%"
414+ },
385415 "scss.hover.documentation" : {
386416 "type" : " boolean" ,
387417 "scope" : " resource" ,
You can’t perform that action at this time.
0 commit comments