错误:EISDIR:目录

时间:2017-09-01 23:36:09

标签: visual-studio-code vscode-settings

您好我已经为Visual Studio Code安装了Live SASS编译器扩展,并且无法尝试获取编译我的scss文件的exetension。

问题是我在文件夹里面有一个文件夹里面有bourbon + Neat文件夹,scss文件夹会在保存和编译后打印出这个错误

错误:EISDIR:对目录进行非法操作,读取 在sass / c的第1行:\ xampp \ htdocs \ testsite \ catalog \ view \ theme \ spark \ scss \ go.scss

    @import "bourbon";

我的设置是根据要求配置的。

(USER SETTINGS)
// Place your settings in this file to overwrite the default settings
{
"window.zoomLevel": 2,
"liveSassCompile.settings.savePath": "/css",
"liveSassCompile.settings.generateMap": false,
"liveSassCompile.settings.format": "compressed",
"liveSassCompile.settings.extensionName": ".min.css",
"liveServer.settings.donotShowInfoMsg": true
}

go.scss里面有这个导入命令

@import" bourbon&#34 ;; @import" neat&#34 ;;

你能告诉我如何在不抛出错误的情况下让它工作吗?

0 个答案:

没有答案