S
S
Sergey2021-07-11 17:06:29
Sass
Sergey, 2021-07-11 17:06:29

What should I do if the prettier plugin does not work in the VISUAL STUDIO CODE in the SASS column?

At first, emmet in the sass tab did not work for me, I added the following lines to the settings.json file: "liveSassCompile.settings.formats": [
{
"format": "expanded",
"extensionName": ".css",
"savePath" : "/css/"
}
],
"emmet.preferences": {
"sass.propertyEnd": "",
"stylus.valueSeparator": " ",
"stylus.propertyEnd": ""
}
This helped but the prettier plugin stopped working only in the sass tab, in css and html everything works. I do not understand where to dig even.
Here is a screenshot, as you can see, prettier is blocked in the sass window. It can be seen from the icon in the lower right corner.
60eafa23e8135074460595.png
And here are the settings of the settings.json file
60eafa8de7cfa148189181.png

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question