2020-09-24 21:29:03 -05:00
|
|
|
{
|
2022-07-29 16:12:42 -05:00
|
|
|
"liveSassCompile.settings.formats": [
|
|
|
|
|
{
|
2022-08-05 14:03:14 -05:00
|
|
|
"format": "compressed",
|
2025-11-30 04:16:02 +00:00
|
|
|
"extensionName": ".min.css",
|
2022-07-29 16:12:42 -05:00
|
|
|
"savePath": "/server/styles",
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"search.exclude": {
|
|
|
|
|
"**/node_modules": true,
|
|
|
|
|
"**/bower_components": true,
|
|
|
|
|
"**/*.code-search": true,
|
|
|
|
|
"**/compiled.css": true,
|
|
|
|
|
"**/*.min.js": true,
|
|
|
|
|
},
|
2024-04-19 21:05:52 -05:00
|
|
|
"editor.formatOnSave": true,
|
|
|
|
|
"editor.codeActionsOnSave": {
|
|
|
|
|
"source.fixAll.eslint": "explicit"
|
2024-10-08 20:42:03 -05:00
|
|
|
},
|
2025-11-30 04:16:02 +00:00
|
|
|
}
|