Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 

17 строки
509 B

{
"editor.insertSpaces": true,
"files.associations": {
".eslintrc.json": "jsonc"
},
"files.trimTrailingWhitespace": true,
"postcssSorting.config": {
"order": ["custom-properties", "dollar-variables", "declarations", "at-rules", "rules"],
"properties-order": "alphabetical",
"unspecified-properties-position": "bottom"
},
"prettier.requireConfig": true,
"prettier.eslintIntegration": true,
"search.exclude": {
"**/dist": true
}
}