My css file does not translate the codes in my scss file and adds these comment lines, if anyone knows the reason, I would appreciate it.
You need to check sass live compiler config file (settings) where you can describe what file types you want to compile and also choose the path you need to your css file. Compiler creates css file automatically.
Open extension settings and you will see That's my config
"liveSassCompile.settings.formats": [
{
"format": "expanded",
"extensionName": ".css",
"savePath": "/css"
}
],
If you have done this correctly - I think the problem is syntax inside your sass file