Answer the question
In order to leave comments, you need to log in
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.
And here are the settings of the settings.json file
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question