简体   繁体   English

Vs Code Live SASS 编译器加载时间过长

[英]Vs Code Live SASS Compiler Taking Long time to load

I've been using the Live SASS Compiler for VS Code for awhile now and have never had this issue.我使用 VS Code 的 Live SASS Compiler 已经有一段时间了,从来没有遇到过这个问题。 It was working fine yesterday.昨天工作正常。 When I save a file, Live SASS starts compiling the saved styles and just shows "Working on it" on the bottom status bar.当我保存文件时,Live SASS 开始编译保存的 styles 并在底部状态栏上显示“正在处理”。 I do not get any errors in my terminal.我的终端没有任何错误。 I've tried uninstalling and reinstalling the extension and have had no luck.我试过卸载并重新安装扩展程序,但没有成功。 Any advise would be greatly appreciated.任何建议将不胜感激。 Screenshot截屏

I had a same problem.我有同样的问题。 Turn out, it was just a simple syntax error of the sass file.原来,这只是 sass 文件的一个简单语法错误。 such as forgetting ";"比如忘记“;” in somewhere.在某个地方。 My visual studio code didn't detect the syntax error so you may have to look it up by yourself.我的 visual studio 代码没有检测到语法错误,因此您可能需要自己查找。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM